Qemu uses meson to build but wraps it in Makefiles, so we don't get the
progress bar assignment from meson.bbclass.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
}
do_configure[cleandirs] += "${B}"
+# Use the Meson progress regex as qemu uses meson internally
+do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"
+
do_install () {
export STRIP=""
oe_runmake 'DESTDIR=${D}' install