Add ipkg/ipkg-buildarch 0.99.91.
authorChris Larson <clarson@kergoth.com>
Sat, 13 Sep 2003 16:49:54 +0000 (16:49 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 13 Sep 2003 16:49:54 +0000 (16:49 +0000)
BKrev: 3f634ab2CXIvHsv3F-dMtFELyKUH_g

content/ipkg-0.99.91.oe [new file with mode: 0644]
content/ipkg-buildarch-0.99.91.oe [new file with mode: 0644]
content/libtool-1.4.3.oe

diff --git a/content/ipkg-0.99.91.oe b/content/ipkg-0.99.91.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/content/ipkg-buildarch-0.99.91.oe b/content/ipkg-buildarch-0.99.91.oe
new file mode 100644 (file)
index 0000000..e69de29
index ed2b791..37ca2e6 100644 (file)
@@ -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
 }