]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/devio/devio-cvs.inc
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / devio / devio-cvs.inc
1 # CVS based releases, disfavour these
2 DEFAULT_PREFERENCE = "-1"
3
4 include devio.inc
5
6 # this is a CVS only release
7 CVS_TAG ?= ";tag=${PV}"
8 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}"
9
10 # This accesses the head version, anonymous pserver access is
11 # only updated once per day (and it is necessary to change
12 # 'jbowler' to the name of a developer with ssh access.)
13 #SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"
14
15 # The source will end up in the subdirectory 'devio' - no release name
16 S = "${WORKDIR}/devio"