mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +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 += " \
|
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||||
gcc-cross-${TARGET_ARCH}->glibc \
|
gcc-cross-${TARGET_ARCH}->virtual/libc \
|
||||||
gcc-cross-${TARGET_ARCH}->musl \
|
|
||||||
gcc-cross-${TARGET_ARCH}->uclibc \
|
|
||||||
gcc-cross-${TARGET_ARCH}->linux-libc-headers \
|
gcc-cross-${TARGET_ARCH}->linux-libc-headers \
|
||||||
ppp-dialin->ppp \
|
ppp-dialin->ppp \
|
||||||
resolvconf->bash \
|
resolvconf->bash \
|
||||||
|
|||||||
Reference in New Issue
Block a user