From 1f70d792e7194aa839599def3cff4d9ee2c378cc Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Wed, 11 Jun 2003 00:22:00 +0000 Subject: [PATCH] package-1.0.oe, nomethod-1.0.oe: new file ipkg-x86-0.99.84.oe, ipkg-0.99.84.oe: Correct failout, and use the noncross oeclass BKrev: 3ee67628QHrfJ8c_44lNvodOHuhJxg --- content/ipkg-0.99.84.oe | 5 ++--- content/ipkg-x86-0.99.84.oe | 4 +--- test~/nomethod-1.0.oe | 0 test~/package-1.0.oe | 0 4 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 test~/nomethod-1.0.oe create mode 100644 test~/package-1.0.oe diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index 6c4b8d41d9..9e798abffe 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -1,6 +1,6 @@ DESCRIPTION="Itsy Package Manager" LICENSE="GPL" -SRC_URI="cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84" +SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=familiar/dist/ipkg;tag=V0-99-84" PROVIDES=virtual/ipkg S="${WORKDIR}/ipkg/C" @@ -9,8 +9,7 @@ inherit base do_compile () { ( - set -x - ./autoconfigure.sh + ./autoconfigure.sh && \ base_do_compile $@ ) || die "compilation failed." } diff --git a/content/ipkg-x86-0.99.84.oe b/content/ipkg-x86-0.99.84.oe index 1d79a00ac3..75c0c59e72 100644 --- a/content/ipkg-x86-0.99.84.oe +++ b/content/ipkg-x86-0.99.84.oe @@ -1,4 +1,2 @@ -ARCH:=${BUILD_ARCH} -OS:=${BUILD_OS} - +inherit noncross include ipkg-${PV}.oe diff --git a/test~/nomethod-1.0.oe b/test~/nomethod-1.0.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/test~/package-1.0.oe b/test~/package-1.0.oe new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5