]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
os-release: avoid multilib expand
authorKai Kang <kai.kang@windriver.com>
Tue, 2 Oct 2018 16:27:14 +0000 (00:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 16:01:05 +0000 (17:01 +0100)
Add os-release to NON_MULTILIB_RECIPES in multilib.conf that do not do
multilib expand for os-release.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/multilib.conf

index 65a28ddbd2fbb59100b698d8e0ac4574457f162c..ccca29b8545afc8384de8cf4c290c948785b8ec2 100644 (file)
@@ -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"