libtool: package libltdl-dbg
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 05:40:31 +0000 (05:40 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 7 Jun 2007 05:40:31 +0000 (05:40 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1869 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libtool/libtool_1.5.10.bb

index 1202279..74d9e98 100644 (file)
@@ -5,18 +5,19 @@ libraries) behind a consistent interface."
 HOMEPAGE = "http://www.gnu.org/software/libtool/libtool.html"
 LICENSE = "GPL"
 SECTION = "devel"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
            file://autotools.patch;patch=1 \
           file://uclibc.patch;patch=1 \
-          file://3figures.patch;patch=1" 
+          file://3figures.patch;patch=1"
 S = "${WORKDIR}/libtool-${PV}"
 
-PACKAGES = "libltdl libltdl-dev ${PN}"
+PACKAGES =+ "libltdl libltdl-dev libltdl-dbg"
 FILES_${PN} += "${datadir}/aclocal*"
 FILES_libltdl = "${libdir}/libltdl.so.*"
 FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
+FILES_libltdl-dbg = "${libdir}/.debug/"
 
 inherit autotools