[oe-commits] Tom Rini : sg3-utils: 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: b25356083ae610c859c7b21d967af65dd57ada1a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b25356083ae610c859c7b21d967af65dd57ada1a

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

sg3-utils: Switch to getting libtool from PATH

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

---

 recipes/sg3-utils/sg3-utils_1.24.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/sg3-utils/sg3-utils_1.24.bb b/recipes/sg3-utils/sg3-utils_1.24.bb
index d189233..794530b 100644
--- a/recipes/sg3-utils/sg3-utils_1.24.bb
+++ b/recipes/sg3-utils/sg3-utils_1.24.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html"
 SECTION = "console/admin"
 LICENSE = "GPLv2"
 AUTHOR = "Eric Schwartz (Skif) <emschwar at debian.org>"
-PR = "r2"
+PR = "r3"
 
 TARGET_CC_ARCH += "${LDFLAGS}"
 
@@ -15,7 +15,8 @@ S = "${WORKDIR}/sg3-utils-${PV}"
 
 inherit autotools
 
-EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'
+LIBTOOL = "${HOST_SYS}-libtool"
+EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
 
 SRC_URI[md5sum] = "9e1b8811b013d8f97d8ea2e0942cebad"
 SRC_URI[sha256sum] = "0a06dae84a8f7f464c0c29c78a8f73f24a62894a2d3fc10b5f74a993f7b5abfe"





More information about the Openembedded-commits mailing list