diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 05:40:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-07 05:40:31 +0000 |
commit | 0c2ead9c38913768467a31a12470afb2968c3aeb (patch) | |
tree | ba556310dc25d4df2bc725dc44f936e0a6db2dd7 /meta/packages/libtool | |
parent | a088b1522835a11b3a09a446ae2744b146bef92f (diff) | |
download | poky-0c2ead9c38913768467a31a12470afb2968c3aeb.tar.gz |
libtool: package libltdl-dbg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1869 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libtool')
-rw-r--r-- | meta/packages/libtool/libtool_1.5.10.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/libtool/libtool_1.5.10.bb b/meta/packages/libtool/libtool_1.5.10.bb index 1202279524..74d9e98107 100644 --- a/meta/packages/libtool/libtool_1.5.10.bb +++ b/meta/packages/libtool/libtool_1.5.10.bb | |||
@@ -5,18 +5,19 @@ libraries) behind a consistent interface." | |||
5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" | 5 | HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html" |
6 | LICENSE = "GPL" | 6 | LICENSE = "GPL" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | PR = "r3" | 8 | PR = "r4" |
9 | 9 | ||
10 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ | 10 | SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ |
11 | file://autotools.patch;patch=1 \ | 11 | file://autotools.patch;patch=1 \ |
12 | file://uclibc.patch;patch=1 \ | 12 | file://uclibc.patch;patch=1 \ |
13 | file://3figures.patch;patch=1" | 13 | file://3figures.patch;patch=1" |
14 | S = "${WORKDIR}/libtool-${PV}" | 14 | S = "${WORKDIR}/libtool-${PV}" |
15 | 15 | ||
16 | PACKAGES = "libltdl libltdl-dev ${PN}" | 16 | PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" |
17 | FILES_${PN} += "${datadir}/aclocal*" | 17 | FILES_${PN} += "${datadir}/aclocal*" |
18 | FILES_libltdl = "${libdir}/libltdl.so.*" | 18 | FILES_libltdl = "${libdir}/libltdl.so.*" |
19 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" | 19 | FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h" |
20 | FILES_libltdl-dbg = "${libdir}/.debug/" | ||
20 | 21 | ||
21 | inherit autotools | 22 | inherit autotools |
22 | 23 | ||