diff options
author | Richard Purdie <richard@openedhand.com> | 2007-05-09 09:11:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-05-09 09:11:09 +0000 |
commit | ebb524517a87b5433c89751c4c1a3768614f46ad (patch) | |
tree | b31ba6c59d3f444311677cbb419367d38f34572b /meta/packages/libtool/libtool-cross_1.5.10.bb | |
parent | 77a7221be47a594f1c94d91170ed2552e8e4b7ca (diff) | |
download | poky-ebb524517a87b5433c89751c4c1a3768614f46ad.tar.gz |
libtool: Fix to work with multi architecture builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1618 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool/libtool-cross_1.5.10.bb')
-rw-r--r-- | meta/packages/libtool/libtool-cross_1.5.10.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta/packages/libtool/libtool-cross_1.5.10.bb b/meta/packages/libtool/libtool-cross_1.5.10.bb index fdc8f6ffaf..575448e447 100644 --- a/meta/packages/libtool/libtool-cross_1.5.10.bb +++ b/meta/packages/libtool/libtool-cross_1.5.10.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SECTION = "devel" | 1 | SECTION = "devel" |
2 | require libtool_${PV}.bb | 2 | require libtool_${PV}.bb |
3 | 3 | ||
4 | PR = "r4" | 4 | PR = "r5" |
5 | PACKAGES = "" | 5 | PACKAGES = "" |
6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" | 6 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libtool-${PV}" |
7 | SRC_URI_append = " file://libdir-la.patch;patch=1 \ | 7 | SRC_URI_append = " file://libdir-la.patch;patch=1 \ |
@@ -21,6 +21,13 @@ do_compile () { | |||
21 | 21 | ||
22 | do_stage () { | 22 | do_stage () { |
23 | install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool | 23 | install -m 0755 ${HOST_SYS}-libtool ${bindir}/${HOST_SYS}-libtool |
24 | install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ | ||
25 | install -d ${STAGING_DATADIR}/libtool ${STAGING_DATADIR}/aclocal | ||
26 | install -c config.guess ${STAGING_DATADIR}/libtool/ | ||
27 | install -c config.sub ${STAGING_DATADIR}/libtool/ | ||
28 | install -c -m 0644 ltmain.sh ${STAGING_DATADIR}/libtool/ | ||
29 | install -c -m 0644 libtool.m4 ${STAGING_DATADIR}/aclocal/ | ||
30 | install -c -m 0644 ltdl.m4 ${STAGING_DATADIR}/aclocal/ | ||
24 | } | 31 | } |
25 | 32 | ||
26 | do_install () { | 33 | do_install () { |