[oe] [meta-qt5][PATCH] qtwebkit: add necessary dependency on gperf-native

Andreas Oberritter obi at opendreambox.org
Sun Jan 29 09:33:24 UTC 2017


QtWebKit refuses to build if gperf is not found in PATH.

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
---
 recipes-qt/qt5/qtwebkit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb
index 2d69bb8..4845d0f 100644
--- a/recipes-qt/qt5/qtwebkit_git.bb
+++ b/recipes-qt/qt5/qtwebkit_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
     file://Source/JavaScriptCore/parser/Parser.h;endline=21;md5=bd69f72183a7af673863f057576e21ee \
 "
 
-DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt"
+DEPENDS += "qtbase qtdeclarative icu ruby-native sqlite3 glib-2.0 libxslt gperf-native"
 
 # qemuarm build fails with:
 # | {standard input}: Assembler messages:
-- 
2.7.4




More information about the Openembedded-devel mailing list