diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/ipkg-0.99.84.oe | 8 | ||||
-rw-r--r-- | content/ipkg-x86-0.99.84.oe | 0 |
2 files changed, 6 insertions, 2 deletions
diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index 699179021c..35666ac28d 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -3,11 +3,15 @@ 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/C" +S="${WORKDIR}/ipkg" inherit base do_compile () { - ./autoconfigure.sh && \ + ( + 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 new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/content/ipkg-x86-0.99.84.oe |