[oe] [meta-qt5][PATCH] qttools: fix invalid PACKAGECONFIG QA warning for linguistonly

Jonathan Liu net147 at gmail.com
Wed Aug 26 23:49:16 UTC 2015


Signed-off-by: Jonathan Liu <net147 at gmail.com>
---
 recipes-qt/qt5/qttools_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index 59f51bd..a13fb74 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -24,6 +24,7 @@ FILES_${PN}-examples = "${datadir}/${QT_DIR_NAME}/examples"
 PACKAGECONFIG ??= ""
 PACKAGECONFIG_class-native ??= "linguistonly"
 PACKAGECONFIG_class-nativesdk ??= "linguistonly"
+PACKAGECONFIG[linguistonly] = ""
 PACKAGECONFIG[qtwebkit] = ",,qtwebkit"
 
 EXTRA_QMAKEVARS_PRE += "${@base_contains('PACKAGECONFIG', 'qtwebkit', '', 'CONFIG+=noqtwebkit', d)}"
-- 
2.5.0




More information about the Openembedded-devel mailing list