diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-10 23:46:09 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-10 23:46:09 +0000 |
commit | 7fd6ae033d6d3fbe22ea6f4b207256aa48d1787b (patch) | |
tree | 7c4f624efdd3f7798a70a49c539cdb9790c7fd20 | |
parent | b36c6392f35c43a0ee40a7f43b8fd6002eaab868 (diff) |
ipkg-0.99.84.oe:
bk
ipkg-x86-0.99.84.oe:
Include the other ipkg .oe
BKrev: 3ee66dc1UVO1KWYsZiiBVeXjo_yamQ
-rw-r--r-- | content/ipkg-0.99.84.oe | 3 | ||||
-rw-r--r-- | content/ipkg-x86-0.99.84.oe | 4 |
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 |