mirror of
https://git.yoctoproject.org/poky
synced 2026-09-18 15: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:
@@ -17,7 +17,7 @@ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
|
||||
inherit autotools
|
||||
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user