aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devio/devio-cvs.inc
blob: 0469a4962ec55cce14c0d5f8a1ed83984b58bd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# CVS based releases, disfavour these
DEFAULT_PREFERENCE = "-1"

include devio.inc

# this is a CVS only release
CVS_TAG ?= ";tag=${PV}"
SRC_URI = "cvs://anonymous@devio.cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}"

# This accesses the head version, anonymous pserver access is
# only updated once per day (and it is necessary to change
# 'jbowler' to the name of a developer with ssh access.)
#SRC_URI = "cvs://jbowler@devio.cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"

# The source will end up in the subdirectory 'devio' - no release name
S = "${WORKDIR}/devio"