mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
os-release: avoid multilib expand
Add os-release to NON_MULTILIB_RECIPES in multilib.conf that do not do multilib expand for os-release. (From OE-Core rev: 361382ca16c276e1e404eab58c0956a2b6d23d7e) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -29,4 +29,4 @@ PKG_CONFIG_PATH[vardepvalueexclude] = ":${WORKDIR}/recipe-sysroot/${datadir}/pkg
|
||||
|
||||
# These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES
|
||||
# ${MLPREFIX}${BPN}
|
||||
NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts"
|
||||
NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts os-release"
|
||||
|
||||
Reference in New Issue
Block a user