From 9dc60fe10fe812eb4d722d81351c74ec598cb114 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 27 Feb 2016 23:05:26 +0100 Subject: recipes: use new PACKAGECONFIG_CONFARGS instead of EXTRA_OECONF * this fixes builds for DISTROs which include no-static-libraries.inc * this change depends on oe-core change: http://patchwork.openembedded.org/patch/116719/ which was merged in this form: http://patchwork.openembedded.org/patch/120513/ to Yocto 2.1, if you want to use latest meta-qt5 with older oe-core you need to append EXTRA_OECONF to PACKAGECONFIG_CONFARGS Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtsystems_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qtsystems_git.bb') diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb index 868e051d..656895ef 100644 --- a/recipes-qt/qt5/qtsystems_git.bb +++ b/recipes-qt/qt5/qtsystems_git.bb @@ -16,7 +16,7 @@ inherit bluetooth PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" PACKAGECONFIG[bluez] = "CONFIG+=OE_BLUEZ_ENABLED,,${BLUEZ}" -EXTRA_QMAKEVARS_PRE += "${EXTRA_OECONF}" +EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" do_configure_prepend() { # disable bluez test if it isn't enabled by PACKAGECONFIG -- cgit v1.2.3-54-g00ecf