diff options
author | Michael Krelin <hacker@klever.net> | 2007-07-05 21:21:29 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-05 21:21:29 +0000 |
commit | 61eb548006d6689118062794da3d2b35d8b4638f (patch) | |
tree | 193dbe86968bb6f0ac4a0d5c8b29fc3ffeff469e /packages/libtool/libtool-cross_1.5.10.bb | |
parent | 596bc6198dbeaaaa74db3c894b67121d5f50dfb6 (diff) |
libtool-{cross,native} 1.5.10: rework rpath stripping to make it controllable
Diffstat (limited to 'packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r-- | packages/libtool/libtool-cross_1.5.10.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/libtool/libtool-cross_1.5.10.bb b/packages/libtool/libtool-cross_1.5.10.bb index f4ca30ca6d..fbb37d88d7 100644 --- a/packages/libtool/libtool-cross_1.5.10.bb +++ b/packages/libtool/libtool-cross_1.5.10.bb @@ -1,15 +1,14 @@ SECTION = "devel" require libtool_${PV}.bb -PR = "r5" +PR = "r6" PACKAGES = "" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" SRC_URI_append = " file://libdir-la.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://never-ever-do-rpath.patch;patch=1 " + file://install-path-check.patch;patch=1" S = "${WORKDIR}/libtool-${PV}" prefix = "${STAGING_DIR}" |