[OE-core] [PATCH 53/53] elfutils: Add ALLOW_EMPTY for musl

Khem Raj raj.khem at gmail.com
Fri Jan 8 10:19:21 UTC 2016


core-image-cmdline-full asks for elfutils package to be added to package
it has all eu-* tools but we dont build them on musl. nevertheless lets
satisfy the dependency so image can build for musl

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta/recipes-devtools/elfutils/elfutils_0.163.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/elfutils/elfutils_0.163.bb b/meta/recipes-devtools/elfutils/elfutils_0.163.bb
index 0a7dd88..23e2d7a 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.163.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.163.bb
@@ -65,6 +65,8 @@ EXTRA_OEMAKE_libc-musl = "-C libelf"
 EXTRA_OEMAKE_class-native = ""
 EXTRA_OEMAKE_class-nativesdk = ""
 
+ALLOW_EMPTY_${PN}_libc-musl = "1"
+
 BBCLASSEXTEND = "native nativesdk"
 
 # Package utilities separately
-- 
2.7.0




More information about the Openembedded-core mailing list