From: Kai Kang Date: Tue, 2 Oct 2018 16:27:14 +0000 (+0800) Subject: os-release: avoid multilib expand X-Git-Tag: uninative-2.3~160 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=361382ca16c276e1e404eab58c0956a2b6d23d7e;p=openembedded-core.git os-release: avoid multilib expand Add os-release to NON_MULTILIB_RECIPES in multilib.conf that do not do multilib expand for os-release. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 65a28ddbd2..ccca29b854 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -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"