diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/powertop/powertop_2.6.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.6.1.bb b/meta/recipes-kernel/powertop/powertop_2.6.1.bb index 58216c2d15..ddb510254a 100644 --- a/meta/recipes-kernel/powertop/powertop_2.6.1.bb +++ b/meta/recipes-kernel/powertop/powertop_2.6.1.bb | |||
@@ -14,8 +14,9 @@ SRC_URI[sha256sum] = "034cde6d5bb433fe0d29251d5cde5d4c2948abf05fe29ef10966b65933 | |||
14 | inherit autotools gettext pkgconfig | 14 | inherit autotools gettext pkgconfig |
15 | 15 | ||
16 | # we need to explicitly link with libintl in uClibc systems | 16 | # we need to explicitly link with libintl in uClibc systems |
17 | LDFLAGS += "${EXTRA_LDFLAGS}" | 17 | EXTRA_LDFLAGS ?= "" |
18 | EXTRA_LDFLAGS_libc-uclibc = "-lintl" | 18 | EXTRA_LDFLAGS_libc-uclibc = "-lintl" |
19 | LDFLAGS += "${EXTRA_LDFLAGS}" | ||
19 | 20 | ||
20 | # we do not want libncursesw if we can | 21 | # we do not want libncursesw if we can |
21 | do_configure_prepend() { | 22 | do_configure_prepend() { |