diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-03-09 00:28:16 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-16 17:47:24 +0100 |
| commit | c4e34aaab991dd445808a801e4e191041b769eb6 (patch) | |
| tree | 617d5c33b0bdd8b7e530a104f5e9f6307a5d7fc3 /recipes-qt | |
| parent | b72a117386c09b770a03d8cce8c452a6989bc71a (diff) | |
| download | meta-qt5-c4e34aaab991dd445808a801e4e191041b769eb6.tar.gz | |
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')
| -rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 2 |
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() { | |||
| 87 | -after ${EXTRA_QMAKEVARS_POST} | 87 | -after ${EXTRA_QMAKEVARS_POST} |
| 88 | } | 88 | } |
| 89 | 89 | ||
| 90 | do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+" | ||
| 91 | |||
| 90 | do_install_append() { | 92 | do_install_append() { |
| 91 | rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} ${D}${OE_QMAKE_PATH_PLUGINS} || true | 93 | rmdir ${D}${OE_QMAKE_PATH_PLUGINS}/${BPN} ${D}${OE_QMAKE_PATH_PLUGINS} || true |
| 92 | sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@-L${B}[^ ]* @ @g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc | 94 | sed -i 's@ -Wl,--start-group.*-Wl,--end-group@@g; s@-L${B}[^ ]* @ @g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc |
