summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/ipkg-0.99.84.oe3
-rw-r--r--content/ipkg-x86-0.99.84.oe4
2 files changed, 5 insertions, 2 deletions
diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe
index 35666ac28d..6c4b8d41d9 100644
--- a/content/ipkg-0.99.84.oe
+++ b/content/ipkg-0.99.84.oe
@@ -3,14 +3,13 @@ LICENSE="GPL"
SRC_URI="cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
PROVIDES=virtual/ipkg
-S="${WORKDIR}/ipkg"
+S="${WORKDIR}/ipkg/C"
inherit base
do_compile () {
(
set -x
- cd ${S}/C
./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 e69de29bb2..1d79a00ac3 100644
--- a/content/ipkg-x86-0.99.84.oe
+++ b/content/ipkg-x86-0.99.84.oe
@@ -0,0 +1,4 @@
+ARCH:=${BUILD_ARCH}
+OS:=${BUILD_OS}
+
+include ipkg-${PV}.oe