diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/powertop/powertop_2.7.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.7.bb b/meta/recipes-kernel/powertop/powertop_2.7.bb index dce5d715fd..5ba07e9ab9 100644 --- a/meta/recipes-kernel/powertop/powertop_2.7.bb +++ b/meta/recipes-kernel/powertop/powertop_2.7.bb | |||
@@ -14,8 +14,9 @@ SRC_URI[sha256sum] = "8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047 | |||
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() { |