[oe] [meta-qt5][PATCH 1/2] qtbase: Move remaining few by default enabled options to PACKAGECONFIG_DEFAULT

Martin Jansa martin.jansa at gmail.com
Sat Feb 22 13:19:30 UTC 2014


* more and more people don't want to redefine whole PACKAGECONFIG variable

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 recipes-qt/qt5/qtbase.inc | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index d8ad4da..6c47730 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -44,13 +44,11 @@ PACKAGECONFIG_DISTRO ?= ""
 PACKAGECONFIG_RELEASE ?= "release"
 # This is in qt5.inc, because qtwebkit-examples are using it to enable ca-certificates dependency
 # PACKAGECONFIG_OPENSSL ?= "openssl"
+PACKAGECONFIG_DEFAULT ?= "dbus udev evdev widgets"
 
-PACKAGECONFIG ??= " \
+PACKAGECONFIG ?= " \
     ${PACKAGECONFIG_RELEASE} \
-    dbus \
-    udev \
-    evdev \
-    widgets \
+    ${PACKAGECONFIG_DEFAULT} \
     ${PACKAGECONFIG_OPENSSL} \
     ${PACKAGECONFIG_GL} \
     ${PACKAGECONFIG_FB} \
-- 
1.8.5.3




More information about the Openembedded-devel mailing list