mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
mozjs: Fix build when B != S
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ EXTRA_OECONF = " \
|
|||||||
|
|
||||||
# mozjs requires autoreconf 2.13
|
# mozjs requires autoreconf 2.13
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure ${EXTRA_OECONF}
|
${S}/configure ${EXTRA_OECONF}
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES =+ "lib${PN}"
|
PACKAGES =+ "lib${PN}"
|
||||||
|
|||||||
Reference in New Issue
Block a user