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:
Khem Raj 2014-04-25 15:10:42 -07:00 committed by Martin Jansa
parent f94f1f684e
commit f3b6028a2a

View File

@ -28,7 +28,7 @@ EXTRA_OECONF = " \
# mozjs requires autoreconf 2.13
do_configure() {
./configure ${EXTRA_OECONF}
${S}/configure ${EXTRA_OECONF}
}
PACKAGES =+ "lib${PN}"