[oe-commits] [openembedded-core] 05/16: Revert "os-release: avoid multilib expand"

git at git.openembedded.org git at git.openembedded.org
Sat Oct 20 21:41:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7017cece7f767f0ec9972b6f4e62ca4006c557ad
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Oct 19 14:51:14 2018 +0100

    Revert "os-release: avoid multilib expand"
    
    This reverts commit 591a11ba58ce3c2c147bb1f8202bc6a0092b70eb.
    
    This is not needed after the recent os-release fix.
---
 meta/conf/multilib.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index ccca29b..65a28dd 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 os-release"
+NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list