diff options
author | Stefan Müller-Klieser <s.mueller-klieser@phytec.de> | 2016-08-26 12:16:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 09:58:40 +0100 |
commit | 8ddb47b69a66a9bce2d68ab02bd0d77628e9bc43 (patch) | |
tree | 5a97b9e7868d88204578f9123b43b0388b6ae49b /meta/recipes-core | |
parent | 270d6dd4bc15dcb628f4ff0a263319d07395b35c (diff) | |
download | poky-8ddb47b69a66a9bce2d68ab02bd0d77628e9bc43.tar.gz |
musl: remove EXTRA_OEMAKE workaround
The default of EXTRA_OEMAKE is already empty since commit:
OE-Core rev: aeb653861a0ec39ea7a014c0622980edcbf653fa
bitbake.conf: Remove unhelpful default value for EXTRA_OEMAKE
(From OE-Core rev: ceb58f3c24f957982a80ea56e9b6fcef53dd8949)
Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index b2cea7f77d..c07101b748 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -26,8 +26,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils \ | |||
26 | 26 | ||
27 | export CROSS_COMPILE="${TARGET_PREFIX}" | 27 | export CROSS_COMPILE="${TARGET_PREFIX}" |
28 | 28 | ||
29 | EXTRA_OEMAKE = "" | ||
30 | |||
31 | LDFLAGS += "-Wl,-soname,libc.so" | 29 | LDFLAGS += "-Wl,-soname,libc.so" |
32 | 30 | ||
33 | CONFIGUREOPTS = " \ | 31 | CONFIGUREOPTS = " \ |