From: Kai Kang Date: Tue, 2 Oct 2018 16:27:14 +0000 (+0800) Subject: os-release: avoid multilib expand X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16502 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361382ca16c276e1e404eab58c0956a2b6d23d7e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 65a28ddbd2f..ccca29b8545 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"