From b36c6392f35c43a0ee40a7f43b8fd6002eaab868 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 10 Jun 2003 23:22:27 +0000 Subject: Correction to the build to ensure the build dir is named properly (wrt ipkg) BKrev: 3ee66833vYG316q8a079au6p2sZVzg --- content/ipkg-0.99.84.oe | 8 ++++++-- content/ipkg-x86-0.99.84.oe | 0 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 content/ipkg-x86-0.99.84.oe (limited to 'content') 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 -- cgit v1.2.3