diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-03-24 15:30:09 +0200 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-03-29 21:59:38 +0300 |
commit | 7d49e81ca5fcd639aea6f5e2e24677dbc90f4c17 (patch) | |
tree | 99f2a52e1415e25def9e4958e5cc29a9abcbddd5 /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 2c08094d7553c087b8a16955a8da8a9f7b3cdc66 (diff) | |
parent | ff073f04109900fc07bf81e2f1df63c626caf342 (diff) | |
download | meta-qt5-7d49e81ca5fcd639aea6f5e2e24677dbc90f4c17.tar.gz |
Merge remote-tracking branch 'qtyocto/upstream/master' into 5.9
* upstream/master:
nativesdk-qtbase: pass -no-icu for deterministic builds
qtwebengine: show progress for do_compile
packagegroup-qt5-toolchain-target: add qtquickcontrols2 package
qtwebengine: add commercial license
qtbase-native; do not build qdbuscpp2xml and qdbusxml2cpp bootstrapped
packagegroup-qt5-toolchain-target: Add QtSerialBus to meta-toolchain-qt5.
qtbase: PACKAGECONFIG[gtk] change gtk+ -> gtk+3 in dependencies
qtbase: remove absolute binary paths from mkspec files
qtbase-native: nativesdk-qtbase: remove patch that breaks mkspec setting for SDK
Change-Id: I99806099ccf7af78d61cba2df96b436cea76ddac
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 133bd0f0..60815e7f 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "QtWebEngine combines the power of Chromium and Qt" | 1 | SUMMARY = "QtWebEngine combines the power of Chromium and Qt" |
2 | 2 | ||
3 | # Read http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ | 3 | # Read http://blog.qt.io/blog/2016/01/13/new-agreement-with-the-kde-free-qt-foundation/ |
4 | LICENSE = "LGPL-3.0 & BSD & GPL-3.0 & The-Qt-Company-GPL-Exception-1.0" | 4 | LICENSE = "BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( LGPL-3.0 | The-Qt-Company-Commercial )" |
5 | LIC_FILES_CHKSUM = " \ | 5 | LIC_FILES_CHKSUM = " \ |
6 | file://src/core/browser_context_qt.cpp;md5=b5193b7d68699260f3b40b201365c8d2;beginline=1;endline=38 \ | 6 | file://src/core/browser_context_qt.cpp;md5=b5193b7d68699260f3b40b201365c8d2;beginline=1;endline=38 \ |
7 | file://src/3rdparty/chromium/LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d \ | 7 | file://src/3rdparty/chromium/LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d \ |
@@ -87,6 +87,8 @@ do_configure() { | |||
87 | ${EXTRA_QMAKEVARS_CONFIGURE} | 87 | ${EXTRA_QMAKEVARS_CONFIGURE} |
88 | } | 88 | } |
89 | 89 | ||
90 | do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+" | ||
91 | |||
90 | do_install_append() { | 92 | do_install_append() { |
91 | sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@[^ ]*${B}[^ ]* @@g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc | 93 | sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@[^ ]*${B}[^ ]* @@g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc |
92 | } | 94 | } |