From: Chris Larson Date: Sat, 13 Sep 2003 16:49:54 +0000 (+0000) Subject: Add ipkg/ipkg-buildarch 0.99.91. X-Git-Tag: Release-2010-05/1~20844 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec022d757f4ca38199eb7ed7dc337e2b65079a0c;p=openembedded.git Add ipkg/ipkg-buildarch 0.99.91. BKrev: 3f634ab2CXIvHsv3F-dMtFELyKUH_g --- diff --git a/content/ipkg-0.99.91.oe b/content/ipkg-0.99.91.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/ipkg-buildarch-0.99.91.oe b/content/ipkg-buildarch-0.99.91.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/libtool-1.4.3.oe b/content/libtool-1.4.3.oe index ed2b791451..37ca2e6535 100644 --- a/content/libtool-1.4.3.oe +++ b/content/libtool-1.4.3.oe @@ -19,8 +19,10 @@ SRC_URI = ${DEBIAN_MIRROR}/main/libt/${PN}/${PN}_${PV}.orig.tar.gz \ S = "${WORKDIR}/${P}" EXTRA_OECONF = --disable-ltdl-install -do_binary () { +EXTRA_OEMAKE = +do_compile () { set -e + unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC CPP ./bootstrap oe_runconf }