Correction to the build to ensure the build dir is named properly (wrt ipkg)
authorChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 23:22:27 +0000 (23:22 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 23:22:27 +0000 (23:22 +0000)
BKrev: 3ee66833vYG316q8a079au6p2sZVzg

content/ipkg-0.99.84.oe
content/ipkg-x86-0.99.84.oe [new file with mode: 0644]

index 6991790..35666ac 100644 (file)
@@ -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 (file)
index 0000000..e69de29