summaryrefslogtreecommitdiff
path: root/packages/libtool/libtool-native_1.5.10.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-05-27 11:26:06 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-27 11:26:06 +0000
commitd6affedfab3e642a1e076481f3ed6056cff017ab (patch)
treefabb1aff273476dab0fb4ee7462984393640330e /packages/libtool/libtool-native_1.5.10.bb
parente2ea34b1e3675f0f0b8b1b3c05ee7f9590c773f5 (diff)
libtool-native/cross: Extend the tag patch to libttdl fixing build failures in jpeg when the compiler tuning options change (from poky)
Diffstat (limited to 'packages/libtool/libtool-native_1.5.10.bb')
-rw-r--r--packages/libtool/libtool-native_1.5.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libtool/libtool-native_1.5.10.bb b/packages/libtool/libtool-native_1.5.10.bb
index fa2a6f4c8a..ff001be63c 100644
--- a/packages/libtool/libtool-native_1.5.10.bb
+++ b/packages/libtool/libtool-native_1.5.10.bb
@@ -1,11 +1,12 @@
SECTION = "devel"
include libtool_${PV}.bb
-PR = "r3"
+PR = "r4"
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"
S = "${WORKDIR}/libtool-${PV}"