aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sg3-utils/sg3-utils_1.24.bb
diff options
context:
space:
mode:
authorHenry von Tresckow <hvontres@gmail.com>2009-02-25 16:54:09 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2009-04-03 17:14:05 -0300
commitc0bada03550651d41d2d735fd7890a548dc5219d (patch)
tree49b296fbf83013a6df3ccebb0d680578bf453052 /recipes/sg3-utils/sg3-utils_1.24.bb
parent89eeba8660061aa02248257c4f759930ba610d34 (diff)
downloadopenembedded-c0bada03550651d41d2d735fd7890a548dc5219d.tar.gz
sg3-utils: Updated Makefile patch to deal with cross-compiling
Signed-off-by: Henry von Tresckow <hvontres@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/sg3-utils/sg3-utils_1.24.bb')
-rw-r--r--recipes/sg3-utils/sg3-utils_1.24.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/sg3-utils/sg3-utils_1.24.bb b/recipes/sg3-utils/sg3-utils_1.24.bb
index 135ba0f817..4a2c378676 100644
--- a/recipes/sg3-utils/sg3-utils_1.24.bb
+++ b/recipes/sg3-utils/sg3-utils_1.24.bb
@@ -3,11 +3,14 @@ AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
HOMEPAGE = "http://packages.qa.debian.org/s/sg3-utils.html"
SECTION = "console/admin"
LICENSE = "GPLv2"
-PR = "r0"
+AUTHOR = "Eric Schwartz (Skif) <emschwar@debian.org>"
+PR = "r1"
SRC_URI = "${DEBIAN_MIRROR}/main/s/sg3-utils/sg3-utils_${PV}.orig.tar.gz \
- file://Makefile.patch;patch=1"
+ file://Makefile-r1.patch;patch=1"
S = "${WORKDIR}/sg3-utils-${PV}"
inherit autotools
+
+EXTRA_OEMAKE='"LIBTOOL=${STAGING_BINDIR_NATIVE}/${HOST_SYS}-libtool"'