From 7017cece7f767f0ec9972b6f4e62ca4006c557ad Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 19 Oct 2018 14:51:14 +0100 Subject: 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(-) (limited to 'meta/conf/multilib.conf') 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" -- cgit 1.2.3-korg