summaryrefslogtreecommitdiff
path: root/content/libtool-1.4.3.oe
diff options
context:
space:
mode:
authorxf005570@ <xf005570@>2003-09-16 18:50:27 +0000
committerxf005570@ <xf005570@>2003-09-16 18:50:27 +0000
commitd3aa25dd28cb8ae476872f38abf60333712c9cc7 (patch)
tree1d2cc72056c77a86ac8e7ead4903dd19bcbb7802 /content/libtool-1.4.3.oe
parent9dcca95ad0c76a549a119811926326261d545e43 (diff)
Some initial updates per the switch to the autotools oeclass. Still a great deal of .oe files to update.
BKrev: 3f675b73lRNfFY6XmSi7IYJayy-cqQ
Diffstat (limited to 'content/libtool-1.4.3.oe')
-rw-r--r--content/libtool-1.4.3.oe11
1 files changed, 3 insertions, 8 deletions
diff --git a/content/libtool-1.4.3.oe b/content/libtool-1.4.3.oe
index 37ca2e6535..52643ab6b3 100644
--- a/content/libtool-1.4.3.oe
+++ b/content/libtool-1.4.3.oe
@@ -18,13 +18,13 @@ SRC_URI = ${DEBIAN_MIRROR}/main/libt/${PN}/${PN}_${PV}.orig.tar.gz \
file://${FILESDIR}/libtoolize-staging.patch;patch=1
S = "${WORKDIR}/${P}"
+inherit autotools
+
EXTRA_OECONF = --disable-ltdl-install
EXTRA_OEMAKE =
-do_compile () {
- set -e
+do_configure_prepend () {
unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC CPP
./bootstrap
- oe_runconf
}
do_stage () {
@@ -37,8 +37,3 @@ do_stage () {
install -c -m 0644 libtool.m4 ${STAGING_DIR}/share/aclocal/
install -c -m 0644 ltdl.m4 ${STAGING_DIR}/share/aclocal/
}
-
-do_install () {
- EXTRA_OEMAKE=""
- oe_runmake DESTDIR=${D} install
-}