1
0
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:
Khem Raj
2016-03-19 09:13:41 +00:00
committed by Richard Purdie
parent f148a2e95e
commit 42b9bdfd76
2 changed files with 10 additions and 2 deletions
@@ -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 \