aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-19 14:51:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-20 22:39:25 +0100
commit7017cece7f767f0ec9972b6f4e62ca4006c557ad (patch)
treec575cc40197eaccbb421e5b7bef7082f7f7c4d58 /meta/conf
parentc1a98853f90857a735bacf75ccbdd6f2f7094ccf (diff)
downloadopenembedded-core-contrib-7017cece7f767f0ec9972b6f4e62ca4006c557ad.tar.gz
Revert "os-release: avoid multilib expand"
This reverts commit 591a11ba58ce3c2c147bb1f8202bc6a0092b70eb. This is not needed after the recent os-release fix.
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/multilib.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index ccca29b854..65a28ddbd2 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"