mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
meson.bbclass: Add progress support for do_compile()
ninja provides progress information when building so let's make use of it. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
1bbb552e96
commit
c10c1c0cfd
@@ -75,6 +75,7 @@ meson_do_configure() {
|
||||
fi
|
||||
}
|
||||
|
||||
do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"
|
||||
meson_do_compile() {
|
||||
ninja ${PARALLEL_MAKE}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user