diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-03-19 12:32:22 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-03-19 12:32:22 +0000 |
commit | 2bf76e7170dcc4b31f1c0865e2ee65a4e2513504 (patch) | |
tree | 6476afca06923ea837085339eda95da4fa17376c /packages/libtool/libtool-cross_1.5.10.bb | |
parent | fdcbe397165b1d867fd8c754d0e1c5e80c8b2441 (diff) |
libtool: Only apply rpath-control patch to libtool-cross, not libtool-native
Diffstat (limited to 'packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r-- | packages/libtool/libtool-cross_1.5.10.bb | 3 |
1 files changed, 2 insertions, 1 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 \ |