jpeg 6b: Switch to getting libtool from PATH
authorTom Rini <tom_rini@mentor.com>
Thu, 9 Sep 2010 19:46:41 +0000 (12:46 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 13 Sep 2010 16:00:43 +0000 (09:00 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/jpeg/jpeg_6b.bb

index 2158c6e..f9a5e36 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "required"
 DEPENDS = "libtool-cross"
 RPROVIDES_${PN} = "jpeg"
 
-PR = "r9"
+PR = "r10"
 
 #SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
 SRC_URI = "ftp://aeneas.mit.edu/pub/gnu/ghostscript/jpegsrc.v${PV}.tar.gz \
@@ -19,7 +19,8 @@ S = "${WORKDIR}/jpeg-${PV}"
 inherit autotools
 
 EXTRA_OECONF="--enable-static --enable-shared"
-EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'
+LIBTOOL = "${HOST_SYS}-libtool"
+EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
 
 CFLAGS_append = " -D_REENTRANT"