diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-15 18:25:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:00 +0100 |
commit | f09b074de8cb25914f996fd34a19d8d695cb0f70 (patch) | |
tree | 74dd3859b6fcc6b9dcb87a1f3786e19f6677fb9d /meta/recipes-kernel/powertop | |
parent | c1b4bea9a1fe8eb2a22a82fd22af423489e0a8fa (diff) | |
download | poky-f09b074de8cb25914f996fd34a19d8d695cb0f70.tar.gz |
meta: Drop further remnants of uclibc support
uclibc support was removed a while ago and musl works much better. Start to
remove the various overrides and patches related to uclibc which are no longer
needed.
uclibc support in a layer would still be possible. I have strong reasons to
believe nobody is still using uclibc since patches are missing and I doubt
the metadata even parses anymore.
(From OE-Core rev: ec03023d2165b49a52b83bac1ea2f0bfded7b852)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/powertop')
-rw-r--r-- | meta/recipes-kernel/powertop/powertop_2.8.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/powertop/powertop_2.8.bb b/meta/recipes-kernel/powertop/powertop_2.8.bb index 1f2dfb83dd..4d7a3e7bd0 100644 --- a/meta/recipes-kernel/powertop/powertop_2.8.bb +++ b/meta/recipes-kernel/powertop/powertop_2.8.bb | |||
@@ -17,11 +17,6 @@ UPSTREAM_CHECK_URI = "https://01.org/powertop/downloads" | |||
17 | 17 | ||
18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||
20 | # we need to explicitly link with libintl in uClibc systems | ||
21 | EXTRA_LDFLAGS ?= "" | ||
22 | EXTRA_LDFLAGS_libc-uclibc = "-lintl" | ||
23 | LDFLAGS += "${EXTRA_LDFLAGS}" | ||
24 | |||
25 | # we do not want libncursesw if we can | 20 | # we do not want libncursesw if we can |
26 | do_configure_prepend() { | 21 | do_configure_prepend() { |
27 | # configure.ac checks for delwin() in "ncursesw ncurses" so let's drop first one | 22 | # configure.ac checks for delwin() in "ncursesw ncurses" so let's drop first one |