diff options
-rw-r--r-- | content/ipkg-0.99.84.oe | 5 | ||||
-rw-r--r-- | content/ipkg-x86-0.99.84.oe | 4 | ||||
-rw-r--r-- | test~/nomethod-1.0.oe | 0 | ||||
-rw-r--r-- | test~/package-1.0.oe | 0 |
4 files changed, 3 insertions, 6 deletions
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 --- /dev/null +++ b/test~/nomethod-1.0.oe diff --git a/test~/package-1.0.oe b/test~/package-1.0.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/test~/package-1.0.oe |