From: Richard Purdie Date: Wed, 30 Sep 2015 13:51:25 +0000 (+0100) Subject: layer.conf: Improve siggen exclusion to handle virtual/libc X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28703 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4a7a1b2d6bee1b6578cc7b56b6ca730ea453144;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git layer.conf: Improve siggen exclusion to handle virtual/libc 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 --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9e800181c4b..1a2f4d550a8 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 \