[oe-commits] Tom Rini : jpeg 6b: Switch to getting libtool from PATH

git version control git at git.openembedded.org
Mon Sep 13 16:01:01 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6ce420a47b8bccce082c3113d9a09a4c77ee4267
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6ce420a47b8bccce082c3113d9a09a4c77ee4267

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Sep  9 12:46:41 2010 -0700

jpeg 6b: Switch to getting libtool from PATH

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/jpeg/jpeg_6b.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/jpeg/jpeg_6b.bb b/recipes/jpeg/jpeg_6b.bb
index 2158c6e..f9a5e36 100644
--- a/recipes/jpeg/jpeg_6b.bb
+++ b/recipes/jpeg/jpeg_6b.bb
@@ -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"
 





More information about the Openembedded-commits mailing list