diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-09-21 15:31:38 -0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-20 14:40:44 +0100 |
commit | cd41cba9bf2ef6b47fda676309170edf5f9599c1 (patch) | |
tree | b0d0785f96e8e2ad95cddbfddba09931e9f2799f | |
parent | 4020adfd5198cf581eb20fbfd7d5b4c1a42fcdf4 (diff) | |
download | meta-qt5-cd41cba9bf2ef6b47fda676309170edf5f9599c1.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 47124411..eca54b12 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), |