* [meta-qt5][PATCH] qtbase: avoid QA warning if PACKAGECONFIG_RELEASE = "debug"
@ 2016-08-23 8:15 Jonathan Liu
0 siblings, 0 replies; only message in thread
From: Jonathan Liu @ 2016-08-23 8:15 UTC (permalink / raw)
To: openembedded-devel
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>
---
recipes-qt/qt5/qtbase_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index f69c33c..e633d01 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -67,6 +67,7 @@ PACKAGECONFIG ?= " \
"
PACKAGECONFIG[release] = "-release,-debug"
+PACKAGECONFIG[debug] = ""
PACKAGECONFIG[developer] = "-developer-build"
PACKAGECONFIG[sm] = "-sm,-no-sm"
PACKAGECONFIG[tests] = "-make tests,-nomake tests"
--
2.9.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-23 8:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-23 8:15 [meta-qt5][PATCH] qtbase: avoid QA warning if PACKAGECONFIG_RELEASE = "debug" Jonathan Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.