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 /content/ipkg-0.99.84.oe | |
parent | b36c6392f35c43a0ee40a7f43b8fd6002eaab868 (diff) |
ipkg-0.99.84.oe:
bk
ipkg-x86-0.99.84.oe:
Include the other ipkg .oe
BKrev: 3ee66dc1UVO1KWYsZiiBVeXjo_yamQ
Diffstat (limited to 'content/ipkg-0.99.84.oe')
-rw-r--r-- | content/ipkg-0.99.84.oe | 3 |
1 files changed, 1 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." |