summaryrefslogtreecommitdiff
path: root/libtool
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-30 15:45:54 +0000
committerPhil Blundell <philb@gnu.org>2004-06-30 15:45:54 +0000
commit7e3a33235013411c3624f8d206d7da773df8f4a4 (patch)
tree6cb03cf547ebeede57f3c74d5dfdaec24aadf9bd /libtool
parent058c027095e53bb827028ed08d871703eb1859a0 (diff)
package libltdl separately
BKrev: 40e2e032OjxcBumIQ6rIhgtgkPFJUg
Diffstat (limited to 'libtool')
-rw-r--r--libtool/libtool_1.5.6.oe5
1 files changed, 5 insertions, 0 deletions
diff --git a/libtool/libtool_1.5.6.oe b/libtool/libtool_1.5.6.oe
index fa028c3962..66c7a26ce6 100644
--- a/libtool/libtool_1.5.6.oe
+++ b/libtool/libtool_1.5.6.oe
@@ -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"