mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_compile[progress] = "outof:^\[(\d+)/(\d+)\]\s+"
|
||||||
meson_do_compile() {
|
meson_do_compile() {
|
||||||
ninja ${PARALLEL_MAKE}
|
ninja ${PARALLEL_MAKE}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user