[oe] [meta-qt5][PATCH] qtwebengine: show progress for do_compile

Denys Dmytriyenko denis at denix.org
Wed Mar 15 16:20:13 UTC 2017


\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 at 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 at -L${B}[^ ]* @ @g' ${D}${libdir}/pkgconfig/Qt5WebEngineCore.pc
> -- 
> 2.9.3
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list