]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "os-release: avoid multilib expand"
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Oct 2018 13:51:14 +0000 (14:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 20 Oct 2018 21:39:25 +0000 (22:39 +0100)
This reverts commit 591a11ba58ce3c2c147bb1f8202bc6a0092b70eb.

This is not needed after the recent os-release fix.

meta/conf/multilib.conf

index ccca29b8545afc8384de8cf4c290c948785b8ec2..65a28ddbd2fbb59100b698d8e0ac4574457f162c 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 os-release"
+NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts"