summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2018-10-03 00:27:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-04 14:21:41 +0100
commit591a11ba58ce3c2c147bb1f8202bc6a0092b70eb (patch)
treea9a4c8e0839868404dbb6156faf4d8c9118893a8 /meta/conf
parent0ceeae575bf5eb3dfe4544bc83320f852777789e (diff)
downloadpoky-591a11ba58ce3c2c147bb1f8202bc6a0092b70eb.tar.gz
os-release: avoid multilib expand
Add os-release to NON_MULTILIB_RECIPES in multilib.conf that do not do multilib expand for os-release. (From OE-Core rev: 361382ca16c276e1e404eab58c0956a2b6d23d7e) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 65a28ddbd2..ccca29b854 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -29,4 +29,4 @@ PKG_CONFIG_PATH[vardepvalueexclude] = ":${WORKDIR}/recipe-sysroot/${datadir}/pkg
29 29
30# These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES 30# These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES
31# ${MLPREFIX}${BPN} 31# ${MLPREFIX}${BPN}
32NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts" 32NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts os-release"