diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-04-22 12:50:38 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-04-22 12:50:38 +0000 |
| commit | 90e7d08446347304a9b8698cc0ca60c5218bdb81 (patch) | |
| tree | fb46c099cc74568328bb5d9bb0194decea65689d /meta/packages/libtool/libtool-native_2.2.2.bb | |
| parent | a06b6cb530bdc0587fe4930a6dd92e385218e723 (diff) | |
| download | poky-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.bb | 3 |
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 @@ | |||
| 1 | require libtool.inc | 1 | require libtool.inc |
| 2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
| 3 | 3 | ||
| 4 | PR = "r9" | 4 | PR = "r11" |
| 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | 5 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" |
| 6 | SRC_URI_append = " file://libdir-la.patch;patch=1 \ | 6 | SRC_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 | ||
