diff options
author | Chris Larson <clarson@kergoth.com> | 2003-09-13 16:49:54 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-09-13 16:49:54 +0000 |
commit | ec022d757f4ca38199eb7ed7dc337e2b65079a0c (patch) | |
tree | 565b6535b772b9f3eba6cc0340021914a325b105 | |
parent | e481ba0c8531847a98cce57210295fe17d6033ce (diff) |
Add ipkg/ipkg-buildarch 0.99.91.
BKrev: 3f634ab2CXIvHsv3F-dMtFELyKUH_g
-rw-r--r-- | content/ipkg-0.99.91.oe | 0 | ||||
-rw-r--r-- | content/ipkg-buildarch-0.99.91.oe | 0 | ||||
-rw-r--r-- | content/libtool-1.4.3.oe | 4 |
3 files changed, 3 insertions, 1 deletions
diff --git a/content/ipkg-0.99.91.oe b/content/ipkg-0.99.91.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/ipkg-0.99.91.oe 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 --- /dev/null +++ b/content/ipkg-buildarch-0.99.91.oe 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 } |