new file
ipkg-x86-0.99.84.oe, ipkg-0.99.84.oe:
Correct failout, and use the noncross oeclass
BKrev: 3ee67628QHrfJ8c_44lNvodOHuhJxg
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"
do_compile () {
(
- set -x
- ./autoconfigure.sh
+ ./autoconfigure.sh && \
base_do_compile $@
) || die "compilation failed."
}
-ARCH:=${BUILD_ARCH}
-OS:=${BUILD_OS}
-
+inherit noncross
include ipkg-${PV}.oe