From d4a7a1b2d6bee1b6578cc7b56b6ca730ea453144 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 30 Sep 2015 14:51:25 +0100 Subject: 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 --- meta/conf/layer.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta') diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 9e800181c4..1a2f4d550a 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 \ -- cgit 1.2.3-korg