diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-11 00:22:00 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-11 00:22:00 +0000 |
commit | 1f70d792e7194aa839599def3cff4d9ee2c378cc (patch) | |
tree | 4f2fa0b772b53b41b80dec2415ad2aeed8c41330 /content | |
parent | 7fd6ae033d6d3fbe22ea6f4b207256aa48d1787b (diff) |
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
Diffstat (limited to 'content')
-rw-r--r-- | content/ipkg-0.99.84.oe | 5 | ||||
-rw-r--r-- | content/ipkg-x86-0.99.84.oe | 4 |
2 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 |