aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libtool
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-03-19 12:32:22 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-03-19 12:32:22 +0000
commit2bf76e7170dcc4b31f1c0865e2ee65a4e2513504 (patch)
tree6476afca06923ea837085339eda95da4fa17376c /packages/libtool
parentfdcbe397165b1d867fd8c754d0e1c5e80c8b2441 (diff)
downloadopenembedded-2bf76e7170dcc4b31f1c0865e2ee65a4e2513504.tar.gz
libtool: Only apply rpath-control patch to libtool-cross, not libtool-native
Diffstat (limited to 'packages/libtool')
-rw-r--r--packages/libtool/libtool-cross_1.5.10.bb3
-rw-r--r--packages/libtool/libtool-native_1.5.10.bb5
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/libtool/libtool-cross_1.5.10.bb b/packages/libtool/libtool-cross_1.5.10.bb
index 0d0b90ac81..7374f107de 100644
--- a/packages/libtool/libtool-cross_1.5.10.bb
+++ b/packages/libtool/libtool-cross_1.5.10.bb
@@ -4,7 +4,8 @@ require libtool_${PV}.bb
PR = "r10"
PACKAGES = ""
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
-SRC_URI_append = " file://libdir-la.patch;patch=1 \
+SRC_URI_append = " file://rpath-control.patch;patch=1 \
+ file://libdir-la.patch;patch=1 \
file://libdir-la2.patch;patch=1 \
file://prefix.patch;patch=1 \
file://tag.patch;patch=1 \
diff --git a/packages/libtool/libtool-native_1.5.10.bb b/packages/libtool/libtool-native_1.5.10.bb
index ec3dd604cd..59b323d8ff 100644
--- a/packages/libtool/libtool-native_1.5.10.bb
+++ b/packages/libtool/libtool-native_1.5.10.bb
@@ -1,15 +1,14 @@
require libtool.inc
require libtool_${PV}.bb
-PR = "r9"
+PR = "r10"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
SRC_URI_append = " file://libdir-la.patch;patch=1 \
file://libdir-la2.patch;patch=1 \
file://prefix.patch;patch=1 \
file://tag.patch;patch=1 \
file://install-path-check.patch;patch=1 \
- file://nousrlib.patch;patch=1 \
- file://rpath-control.patch;patch=1"
+ file://nousrlib.patch;patch=1"
S = "${WORKDIR}/libtool-${PV}"