diff options
author | Chris Larson <clarson@kergoth.com> | 2003-06-10 23:22:27 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-06-10 23:22:27 +0000 |
commit | b36c6392f35c43a0ee40a7f43b8fd6002eaab868 (patch) | |
tree | d1fdda5224e6b474b8266e85b50ed27cf9c1cb79 /content | |
parent | 8b5fbba4d3b02133ec6030a311cc11a8d8de51c6 (diff) |
Correction to the build to ensure the build dir is named properly (wrt ipkg)
BKrev: 3ee66833vYG316q8a079au6p2sZVzg
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 |