diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-09-21 15:31:38 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-10-26 11:10:15 +0200 |
commit | 047ebac2300cae4409dca03467c8aee740939da5 (patch) | |
tree | 72f0b6237dfa811017302786cd5236cc0738c6e9 | |
parent | 3a8679417f205d1134989e7baafe239aafe3f1bc (diff) | |
download | meta-qt5-047ebac2300cae4409dca03467c8aee740939da5.tar.gz |
qtwebengine: Add gperf-native to DEPENDS
Fix error:
FAILED: cd ../build/tmp/work/cortexa9hf-neon-mx6qdl-linux-gnueabi/qtwebengine/
5.6.99+5.7.0-beta+gitAUTOINC+dbf7dd2742_29c16917b3-r0/git/src/3rdparty/chromium/
third_party/WebKit/Source/platform; gperf "--key-positions=*" -D -s 2
ColorData.gperf "--output-file=../build/tmp/work/cortexa9hf-neon-mx6qdl-linux-
gnueabi/qtwebengine/5.6.99+5.7.0-beta+gitAUTOINC+dbf7dd2742_29c16917b3-r0/git/
src/core/Release/gen/blink/platform/ColorData.cpp"
/bin/sh: gperf: command not found
ninja: build stopped: subcommand failedP
Change-Id: Ic28d0ac72fcbce8054638a3168b5d6a34bc129b5
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index aedd1417..92d93628 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -19,6 +19,7 @@ DEPENDS += " \ | |||
19 | qtlocation \ | 19 | qtlocation \ |
20 | libdrm fontconfig pixman openssl pango cairo icu pciutils \ | 20 | libdrm fontconfig pixman openssl pango cairo icu pciutils \ |
21 | libcap \ | 21 | libcap \ |
22 | gperf-native \ | ||
22 | " | 23 | " |
23 | 24 | ||
24 | # when qtbase is built with xcb enabled (default with x11 in DISTRO_FEATURES), | 25 | # when qtbase is built with xcb enabled (default with x11 in DISTRO_FEATURES), |