mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 19:18:50 +00:00
nodejs: use oe_runmake to respect PARALLEL_MAKE
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0862c4cfee
commit
c02373c634
@ -43,7 +43,7 @@ do_configure () {
|
||||
|
||||
do_compile () {
|
||||
export LD="${CXX}"
|
||||
make BUILDTYPE=Release
|
||||
oe_runmake BUILDTYPE=Release
|
||||
}
|
||||
|
||||
do_install () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user