mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
packagegroup: Disable packages not available on musl
They otherwise get pulled into world builds via dependencies even when they are excluded from world globally (From OE-Core rev: d758a4445a42405cb3f317c07ad48456cdc4d9f4) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -45,9 +45,11 @@ RDEPENDS_packagegroup-self-hosted-host-tools = "\
|
||||
mc-helpers-perl \
|
||||
mc-helpers-python \
|
||||
parted \
|
||||
pseudo \
|
||||
${PSEUDO} \
|
||||
screen \
|
||||
"
|
||||
PSEUDO = "pseudo"
|
||||
PSEUDO_libc-musl = ""
|
||||
|
||||
RRECOMMENDS_packagegroup-self-hosted-host-tools = "\
|
||||
kernel-module-tun \
|
||||
|
||||
Reference in New Issue
Block a user