From: Chris Larson Date: Tue, 10 Jun 2003 23:22:27 +0000 (+0000) Subject: Correction to the build to ensure the build dir is named properly (wrt ipkg) X-Git-Tag: Release-2010-05/1~20920 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36c6392f35c43a0ee40a7f43b8fd6002eaab868;p=openembedded.git Correction to the build to ensure the build dir is named properly (wrt ipkg) BKrev: 3ee66833vYG316q8a079au6p2sZVzg --- 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