package libltdl separately
authorPhil Blundell <philb@gnu.org>
Wed, 30 Jun 2004 15:45:54 +0000 (15:45 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 30 Jun 2004 15:45:54 +0000 (15:45 +0000)
BKrev: 40e2e032OjxcBumIQ6rIhgtgkPFJUg

libtool/libtool_1.5.6.oe

index fa028c3..66c7a26 100644 (file)
@@ -2,11 +2,16 @@ DESCRIPTION = "Generic library support script \
 This is GNU libtool, a generic library support script.  Libtool hides \
 the complexity of generating special library types (such as shared \
 libraries) behind a consistent interface."
+PR = "r1"
 
 SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \
            file://autotools.patch;patch=1"
 S = "${WORKDIR}/libtool-${PV}"
 
+PACKAGES =+ "libltdl libltdl-dev"
+FILES_libltdl = "${libdir}/libltdl.so.*"
+FILES_libltdl-dev = "${libdir}/libltdl.* ${includedir}/ltdl.h"
+
 inherit autotools
 
 EXTRA_AUTORECONF = "--exclude=libtoolize"