mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
mkvtoolnix: enable parallel make
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ do_configure_prepend() {
|
|||||||
|
|
||||||
# Yeah, no makefile
|
# Yeah, no makefile
|
||||||
do_compile() {
|
do_compile() {
|
||||||
${S}/drake
|
${S}/drake ${PARALLEL_MAKE}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user