mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
apmd/jpeg: libtool is on STAGING_BINDIR_CROSS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -23,7 +23,7 @@ INITSCRIPT_NAME = "apmd"
|
|||||||
INITSCRIPT_PARAMS = "defaults"
|
INITSCRIPT_PARAMS = "defaults"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake "LIBTOOL=${STAGING_BINDIR_NATIVE}/${TARGET_PREFIX}libtool" apm apmd
|
oe_runmake "LIBTOOL=${STAGING_BINDIR_CROSS}/${TARGET_PREFIX}libtool" apm apmd
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
EXTRA_OECONF="--enable-static --enable-shared"
|
EXTRA_OECONF="--enable-static --enable-shared"
|
||||||
EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'
|
EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"'
|
||||||
|
|
||||||
CFLAGS_append = " -D_REENTRANT"
|
CFLAGS_append = " -D_REENTRANT"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user