summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/powertop/powertop_2.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.5.bb b/meta/recipes-kernel/powertop/powertop_2.5.bb
index f37d7a76e0..84cca25ba2 100644
--- a/meta/recipes-kernel/powertop/powertop_2.5.bb
+++ b/meta/recipes-kernel/powertop/powertop_2.5.bb
@@ -14,8 +14,9 @@ SRC_URI[sha256sum] = "8b2c08a555d79e1c428863470c41cb023971d74ba4801d80a05e35adee
14inherit autotools gettext 14inherit autotools gettext
15 15
16# we need to explicitly link with libintl in uClibc systems 16# we need to explicitly link with libintl in uClibc systems
17LDFLAGS += "${EXTRA_LDFLAGS}" 17EXTRA_LDFLAGS ?= ""
18EXTRA_LDFLAGS_libc-uclibc = "-lintl" 18EXTRA_LDFLAGS_libc-uclibc = "-lintl"
19LDFLAGS += "${EXTRA_LDFLAGS}"
19 20
20# we do not want libncursesw if we can 21# we do not want libncursesw if we can
21do_configure_prepend() { 22do_configure_prepend() {