From 5041f270892c24633d44139ff2679ec0ee9f270f Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Tue, 23 Aug 2016 18:15:36 +1000 Subject: 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 Signed-off-by: Martin Jansa --- 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 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" -- cgit v1.2.3