aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-03-09 00:28:16 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-03-16 17:47:24 +0100
commitc4e34aaab991dd445808a801e4e191041b769eb6 (patch)
tree617d5c33b0bdd8b7e530a104f5e9f6307a5d7fc3 /recipes-qt/qt5/qtwebengine_git.bb
parentb72a117386c09b770a03d8cce8c452a6989bc71a (diff)
qtwebengine: show progress for do_compile
This was stolen from meta-oe / meson.bbclass - qtwebengine uses ninja for build too. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index a4ee0555..deb336f8 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -87,6 +87,8 @@ do_configure() {
-after ${EXTRA_QMAKEVARS_POST}
}
+do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"
+
do_install_append() {
rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} ${D}${OE_QMAKE_PATH_PLUGINS} || true
sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@-L${B}[^ ]* @ @g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc