From: Richard Purdie Date: Fri, 19 Oct 2018 13:51:14 +0000 (+0100) Subject: Revert "os-release: avoid multilib expand" X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~16356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7017cece7f767f0ec9972b6f4e62ca4006c557ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Revert "os-release: avoid multilib expand" This reverts commit 591a11ba58ce3c2c147bb1f8202bc6a0092b70eb. This is not needed after the recent os-release fix. --- diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index ccca29b8545..65a28ddbd2f 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"