mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 21:06:06 +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:
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}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user