summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/libtool/libtool-cross_1.5.10.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-05-25 13:59:18 +0000
committerRichard Purdie <richard@openedhand.com>2006-05-25 13:59:18 +0000
commit1cc8b97471f2a2f3943bbb3ef7fb1c80776aa206 (patch)
tree47eca922a25d22f53368c7b9e2e9c0fa7d6a3ba3 /openembedded/packages/libtool/libtool-cross_1.5.10.bb
parentff5ff97fecdba882347f3e727491a427545c3058 (diff)
downloadpoky-1cc8b97471f2a2f3943bbb3ef7fb1c80776aa206.tar.gz
libtool: Fix breakage if the compiler flags change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@422 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r--openembedded/packages/libtool/libtool-cross_1.5.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/packages/libtool/libtool-cross_1.5.10.bb b/openembedded/packages/libtool/libtool-cross_1.5.10.bb
index dd24add3b3..22e404c9d5 100644
--- a/openembedded/packages/libtool/libtool-cross_1.5.10.bb
+++ b/openembedded/packages/libtool/libtool-cross_1.5.10.bb
@@ -1,11 +1,13 @@
1SECTION = "devel" 1SECTION = "devel"
2include libtool_${PV}.bb 2include libtool_${PV}.bb
3 3
4PR = "r4"
4PACKAGES = "" 5PACKAGES = ""
5FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" 6FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}"
6SRC_URI_append = " file://libdir-la.patch;patch=1 \ 7SRC_URI_append = " file://libdir-la.patch;patch=1 \
7 file://prefix.patch;patch=1 \ 8 file://prefix.patch;patch=1 \
8 file://tag.patch;patch=1 \ 9 file://tag.patch;patch=1 \
10 file://tag1.patch;patch=1 \
9 file://install-path-check.patch;patch=1" 11 file://install-path-check.patch;patch=1"
10S = "${WORKDIR}/libtool-${PV}" 12S = "${WORKDIR}/libtool-${PV}"
11 13