diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 21:11:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-12-01 21:11:11 +0000 |
commit | b8ba01d0e445eee967623d2cceb15955bc295e4d (patch) | |
tree | c641988699509c158d50d56028af3a8e1a9a115e /packages/libtool/libtool-native_1.5.10.bb | |
parent | d671d4a81e19474c5c84104e22dc3546e912afe3 (diff) |
libtool: Sync patches from Poky. Drop uneeded tag1 patch, make sure ltmain.sh regenerates for libtool-cross, package debug files, fix nmedit references, fix library search path handling particularly on darwin.
Diffstat (limited to 'packages/libtool/libtool-native_1.5.10.bb')
-rw-r--r-- | packages/libtool/libtool-native_1.5.10.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/libtool/libtool-native_1.5.10.bb b/packages/libtool/libtool-native_1.5.10.bb index 2780ef64ff..e21a20b85d 100644 --- a/packages/libtool/libtool-native_1.5.10.bb +++ b/packages/libtool/libtool-native_1.5.10.bb @@ -1,14 +1,16 @@ SECTION = "devel" require libtool_${PV}.bb -PR = "r6" +PR = "r9" 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://tag1.patch;patch=1 \ file://install-path-check.patch;patch=1 \ + file://nousrlib.patch;patch=1 \ file://rpath-control.patch;patch=1" + S = "${WORKDIR}/libtool-${PV}" inherit native |