* [PATCH] layer.conf: Improve siggen exclusion to handle virtual/libc
@ 2015-09-30 13:51 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-09-30 13:51 UTC (permalink / raw)
To: openembedded-core
Now the system supports virtual/xxx in SIGGEN_ variables, convert
this one to use virtual/libc instead of the hardcoded expansion which
is error prone.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 9e80018..1a2f4d5 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -41,9 +41,7 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
- gcc-cross-${TARGET_ARCH}->glibc \
- gcc-cross-${TARGET_ARCH}->musl \
- gcc-cross-${TARGET_ARCH}->uclibc \
+ gcc-cross-${TARGET_ARCH}->virtual/libc \
gcc-cross-${TARGET_ARCH}->linux-libc-headers \
ppp-dialin->ppp \
resolvconf->bash \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-30 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-30 13:51 [PATCH] layer.conf: Improve siggen exclusion to handle virtual/libc Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox