Revert "os-release: avoid multilib expand"

This reverts commit 591a11ba58ce3c2c147bb1f8202bc6a0092b70eb.

This is not needed after the recent os-release fix.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2018-10-19 14:51:14 +01:00
parent 779051e0a4
commit c1f186fe12

View File

@ -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"