From: Chris Larson Date: Tue, 10 Jun 2003 17:01:38 +0000 (+0000) Subject: Make the ipkg checkout use a local cvspass X-Git-Tag: Release-2010-05/1~20922 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb6ffd7d1d5b787b8729c361c99f7eeaa77dd73;p=openembedded.git Make the ipkg checkout use a local cvspass BKrev: 3ee60ef268iMEeukM8co6LBxtaH_0w --- diff --git a/content/ipkg-0.99.84-r0/.cvspass b/content/ipkg-0.99.84-r0/.cvspass new file mode 100644 index 0000000000..e69de29bb2 diff --git a/content/ipkg-0.99.84.oe b/content/ipkg-0.99.84.oe index e69de29bb2..93a1f152c3 100644 --- a/content/ipkg-0.99.84.oe +++ b/content/ipkg-0.99.84.oe @@ -0,0 +1,10 @@ +DESCRIPTION="Itsy Package Manager" +LICENSE="GPL" +SRC_URI="cvs://anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=V0-99-84" +PROVIDES=virtual/ipkg + +export CVS_PASSFILE="${FILESDIR}/.cvspass" + +S="${WORKDIR}/${P}" + +inherit base