increase dvbapp PR
[vuplus_openembedded] / recipes / 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@devio.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@devio.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"