mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 01:50:18 +00:00
nodejs: use oe_runmake to respect PARALLEL_MAKE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -43,7 +43,7 @@ do_configure () {
|
|||||||
|
|
||||||
do_compile () {
|
do_compile () {
|
||||||
export LD="${CXX}"
|
export LD="${CXX}"
|
||||||
make BUILDTYPE=Release
|
oe_runmake BUILDTYPE=Release
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install () {
|
do_install () {
|
||||||
|
|||||||
Reference in New Issue
Block a user