summaryrefslogtreecommitdiff
path: root/package/powertop
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-03-27 15:20:30 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-27 16:36:42 +0100
commit5f0127bbead5ef251f3a70f953d6b667001d8efb (patch)
tree82ac5971cfdc2b3f730e331df0e7a0157c41c6f8 /package/powertop
parent314f0ef16cfdd752f298f30d8d46463918d5d359 (diff)
package/powertop: needs gettextize, 2nd try
If host-gettext was compiled before powertop it is picked up by autoreconf which leads to a broken compile. To fix this unconditionally include host-gettext as dependency and move POWERTOP_GETTEXTIZE = YES outside the if-clause for BR2_NEEDS_GETTEXT Fixes http://autobuild.buildroot.net/results/24e/24e312271cf07a8dd966b43f153a06ddc858a786/ http://autobuild.buildroot.net/results/511/511a1c76bfd0ebf637e5abcd6fecc4d6a683ed3e/ http://autobuild.buildroot.net/results/652/65246f6f71e67c2637efbe8bb6e501750629d5fb/ and many others Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/powertop')
-rw-r--r--package/powertop/powertop.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/powertop/powertop.mk b/package/powertop/powertop.mk
index 4446bc988..331edc9f5 100644
--- a/package/powertop/powertop.mk
+++ b/package/powertop/powertop.mk
@@ -6,14 +6,14 @@
POWERTOP_VERSION = 2.7
POWERTOP_SITE = https://01.org/sites/default/files/downloads/powertop/
-POWERTOP_DEPENDENCIES = pciutils ncurses libnl host-pkgconf
+POWERTOP_DEPENDENCIES = pciutils ncurses libnl host-gettext host-pkgconf
POWERTOP_LICENSE = GPLv2
POWERTOP_LICENSE_FILES = COPYING
# We're patching Makefile.am
POWERTOP_AUTORECONF = YES
+POWERTOP_GETTEXTIZE = YES
ifeq ($(BR2_NEEDS_GETTEXT),y)
-POWERTOP_GETTEXTIZE = YES
POWERTOP_DEPENDENCIES += gettext
POWERTOP_CONF_ENV += LIBS='-lintl'
endif