aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-08-23 18:15:36 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-31 19:12:08 +0200
commit5041f270892c24633d44139ff2679ec0ee9f270f (patch)
tree921526dee367bbddad695c7e9d28d1c060d28309
parentc2ddf663e22937cb64a7fb343892806d473b978f (diff)
qtbase: avoid QA warning if PACKAGECONFIG_RELEASE = "debug"
If PACKAGECONFIG_RELEASE = "debug", an invalid PACKAGECONFIG QA warning is shown. To avoid this, we add dummy debug PACKAGECONFIG. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtbase_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index c82195db..ee41db54 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -68,6 +68,7 @@ PACKAGECONFIG ?= " \
"
PACKAGECONFIG[release] = "-release,-debug"
+PACKAGECONFIG[debug] = ""
PACKAGECONFIG[developer] = "-developer-build"
PACKAGECONFIG[sm] = "-sm,-no-sm"
PACKAGECONFIG[tests] = "-make tests,-nomake tests"