Update the ipkg makefile to pass the cvs pass along in SRC_URI, and to start the...
authorChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 22:41:25 +0000 (22:41 +0000)
committerChris Larson <clarson@kergoth.com>
Tue, 10 Jun 2003 22:41:25 +0000 (22:41 +0000)
BKrev: 3ee65e95YPwOUcK-ZbZ2Awm_BynOlQ

content/ipkg-0.99.84-r0/.cvspass [deleted file]
content/ipkg-0.99.84.oe

diff --git a/content/ipkg-0.99.84-r0/.cvspass b/content/ipkg-0.99.84-r0/.cvspass
deleted file mode 100644 (file)
index e69de29..0000000
index 93a1f15..6991790 100644 (file)
@@ -1,10 +1,13 @@
 DESCRIPTION="Itsy Package Manager"
 LICENSE="GPL"
-SRC_URI="cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
+SRC_URI="cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84"
 PROVIDES=virtual/ipkg
 
-export CVS_PASSFILE="${FILESDIR}/.cvspass"
-
-S="${WORKDIR}/${P}"
+S="${WORKDIR}/ipkg/C"
 
 inherit base
+
+do_compile () {
+       ./autoconfigure.sh && \
+               base_do_compile $@
+}