package/powertop: needs gettextize
authorBernd Kuhls <bernd.kuhls@t-online.de>
Tue, 24 Mar 2015 20:57:16 +0000 (21:57 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Mar 2015 23:32:40 +0000 (00:32 +0100)
Fixes
http://autobuild.buildroot.net/results/8e7/8e7d1f039b57400b1a6f9c14755b35528a457031/
http://autobuild.buildroot.net/results/4e5/4e5a8f49c80c363b5fb35332e34206c9a4fe4120/
http://autobuild.buildroot.net/results/658/658e11f5b0bf3347a50a387b6271eb43c45025fb/
and many others

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/powertop/powertop.mk

index b253a5668ac538a046febaf7a5c9ae7afc974235..4446bc988a198f031e6fbc8b36c65d766cb0bb89 100644 (file)
@@ -13,6 +13,7 @@ POWERTOP_LICENSE_FILES = COPYING
 POWERTOP_AUTORECONF = YES
 
 ifeq ($(BR2_NEEDS_GETTEXT),y)
+POWERTOP_GETTEXTIZE = YES
 POWERTOP_DEPENDENCIES += gettext
 POWERTOP_CONF_ENV += LIBS='-lintl'
 endif