From 8b5fbba4d3b02133ec6030a311cc11a8d8de51c6 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 10 Jun 2003 22:41:25 +0000 Subject: Update the ipkg makefile to pass the cvs pass along in SRC_URI, and to start the compile. BKrev: 3ee65e95YPwOUcK-ZbZ2Awm_BynOlQ --- content/ipkg-0.99.84-r0/.cvspass | 0 content/ipkg-0.99.84.oe | 11 +++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 content/ipkg-0.99.84-r0/.cvspass (limited to 'content') diff --git a/content/ipkg-0.99.84-r0/.cvspass b/content/ipkg-0.99.84-r0/.cvspass deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index 93a1f152c3..699179021c 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -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 $@ +} -- cgit v1.2.3