* [meta-qt5][PATCH] qtwebengine: show progress for do_compile
@ 2017-03-08 23:28 Andreas Müller
2017-03-15 16:20 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Müller @ 2017-03-08 23:28 UTC (permalink / raw)
To: openembedded-devel
This was stolen from meta-oe / meson.bbclass - qtwebengine uses ninja for
build too.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
recipes-qt/qt5/qtwebengine_git.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index 8e60d72..b945363 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
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-qt5][PATCH] qtwebengine: show progress for do_compile
2017-03-08 23:28 [meta-qt5][PATCH] qtwebengine: show progress for do_compile Andreas Müller
@ 2017-03-15 16:20 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2017-03-15 16:20 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembedded-devel
\o/ thanks, it takes forever, so it's nice to have progress status!
On Thu, Mar 09, 2017 at 12:28:16AM +0100, Andreas Müller wrote:
> This was stolen from meta-oe / meson.bbclass - qtwebengine uses ninja for
> build too.
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> recipes-qt/qt5/qtwebengine_git.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
> index 8e60d72..b945363 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
> --
> 2.9.3
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-15 16:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 23:28 [meta-qt5][PATCH] qtwebengine: show progress for do_compile Andreas Müller
2017-03-15 16:20 ` Denys Dmytriyenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox