mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
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. (From OE-Core rev: d4a7a1b2d6bee1b6578cc7b56b6ca730ea453144) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user