From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- libtool/libtool_1.4.3.oe | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'libtool/libtool_1.4.3.oe') diff --git a/libtool/libtool_1.4.3.oe b/libtool/libtool_1.4.3.oe index d3115cb5c5..01419c6c05 100644 --- a/libtool/libtool_1.4.3.oe +++ b/libtool/libtool_1.4.3.oe @@ -1,26 +1,20 @@ 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. To use libtool, add the\ - new generic library building commands to your Makefile, Makefile.in,\ - or Makefile.am. See the documentation for details. Libtool supports\ - building static libraries on all platforms.\ - Libtool supports generation of C, C++ and Java libraries. +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." -DEPENDS= - -SRC_URI = ${DEBIAN_MIRROR}/main/libt/${PN}/${PN}_${PV}.orig.tar.gz \ - file://${FILESDIR}/debian.patch;patch=1 \ - file://${FILESDIR}/libdir.patch;patch=1 \ - file://${FILESDIR}/sedvar.patch;patch=1 \ - file://${FILESDIR}/libtoolize-staging.patch;patch=1 -S = "${WORKDIR}/${P}" +SRC_URI = "${DEBIAN_MIRROR}/main/libt/libtool/libtool_${PV}.orig.tar.gz \ + file://${FILESDIR}/debian.patch;patch=1 \ + file://${FILESDIR}/libdir.patch;patch=1 \ + file://${FILESDIR}/sedvar.patch;patch=1 \ + file://${FILESDIR}/libtoolize-staging.patch;patch=1" +S = "${WORKDIR}/libtool-${PV}" inherit autotools -EXTRA_OECONF = --disable-ltdl-install +EXTRA_OECONF = "--disable-ltdl-install" do_configure_prepend () { ./bootstrap } -- cgit v1.2.3