aboutsummaryrefslogtreecommitdiffstats
path: root/libtool/libtool_1.4.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libtool/libtool_1.4.3.oe')
-rw-r--r--libtool/libtool_1.4.3.oe22
1 files changed, 0 insertions, 22 deletions
diff --git a/libtool/libtool_1.4.3.oe b/libtool/libtool_1.4.3.oe
deleted file mode 100644
index c1b2f9cd60..0000000000
--- a/libtool/libtool_1.4.3.oe
+++ /dev/null
@@ -1,22 +0,0 @@
-LICENSE = GPL
-SECTION = "devel"
-PR = "r0"
-
-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."
-
-SRC_URI = "${DEBIAN_MIRROR}/main/libt/libtool/libtool_${PV}.orig.tar.gz \
- file://debian.patch;patch=1 \
- file://libdir.patch;patch=1 \
- file://sedvar.patch;patch=1 \
- file://libtoolize-staging.patch;patch=1"
-S = "${WORKDIR}/libtool-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF = "--disable-ltdl-install"
-do_configure_prepend () {
- ./bootstrap
-}