[oe-commits] Khem Raj : layer.conf: Add musl to safe recipes for exclusion

git at git.openembedded.org git at git.openembedded.org
Thu May 29 16:54:08 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 9d8e7ab128f0da63c144fa8d1799c3a8d69107eb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9d8e7ab128f0da63c144fa8d1799c3a8d69107eb

Author: Khem Raj <raj.khem at gmail.com>
Date:   Thu May 29 00:01:07 2014 -0700

layer.conf: Add musl to safe recipes for exclusion

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index dbcb653..75ca232 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -34,6 +34,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
 
 SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
   gcc-cross-${TARGET_ARCH}->eglibc \
+  gcc-cross-${TARGET_ARCH}->musl \
   gcc-cross-${TARGET_ARCH}->uclibc \
   gcc-cross-${TARGET_ARCH}->linux-libc-headers \
 "



More information about the Openembedded-commits mailing list