From 6a42ca074f2fea52985049d49057c178363d847c Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Tue, 20 Jun 2017 06:28:32 +0200 Subject: qttools: DEPENDS on icu This fixes a following QA issue: | QA Issue: nativesdk-qtbase-tools rdepends on nativesdk-libicui18n, but it isn't a build dependency. | QA Issue: nativesdk-qtbase-tools rdepends on nativesdk-libicuuc, but it isn't a build dependency. | QA Issue: nativesdk-qtbase-tools rdepends on nativesdk-libicudata, but it isn't a build dependency. Signed-off-by: Ming Liu Signed-off-by: Martin Jansa --- recipes-qt/qt5/qttools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 5c0f51cc..11083906 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb @@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = " \ inherit ptest -DEPENDS += "qtbase qtdeclarative qtxmlpatterns" +DEPENDS += "qtbase qtdeclarative qtxmlpatterns icu" SRC_URI += " \ file://run-ptest \ -- cgit v1.2.3-54-g00ecf