summaryrefslogtreecommitdiffstats
path: root/meta/packages/libtool/libtool-native_2.2.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-22 12:50:38 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-22 12:50:38 +0000
commit90e7d08446347304a9b8698cc0ca60c5218bdb81 (patch)
treefb46c099cc74568328bb5d9bb0194decea65689d /meta/packages/libtool/libtool-native_2.2.2.bb
parenta06b6cb530bdc0587fe4930a6dd92e385218e723 (diff)
downloadpoky-90e7d08446347304a9b8698cc0ca60c5218bdb81.tar.gz
libtool: Disable a section of the libdir-la patch since its doing more harm than good. This should fix sdk .la files at the expense of having to mangle files being installed into staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4307 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool/libtool-native_2.2.2.bb')
-rw-r--r--meta/packages/libtool/libtool-native_2.2.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/libtool/libtool-native_2.2.2.bb b/meta/packages/libtool/libtool-native_2.2.2.bb
index 8b27424a6e..6b5f379318 100644
--- a/meta/packages/libtool/libtool-native_2.2.2.bb
+++ b/meta/packages/libtool/libtool-native_2.2.2.bb
@@ -1,10 +1,11 @@
1require libtool.inc 1require libtool.inc
2require libtool_${PV}.bb 2require libtool_${PV}.bb
3 3
4PR = "r9" 4PR = "r11"
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" 5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
6SRC_URI_append = " file://libdir-la.patch;patch=1 \ 6SRC_URI_append = " file://libdir-la.patch;patch=1 \
7 file://prefix.patch;patch=1 \ 7 file://prefix.patch;patch=1 \
8# file://sysroot.patch;patch=1 \
8# file://tag.patch;patch=1 \ 9# file://tag.patch;patch=1 \
9 file://nousrlib.patch;patch=1" 10 file://nousrlib.patch;patch=1"
10 11