blob: 2d7da24880e34a5b8be88b613cf95d15a033f8ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
SECTION = "console/network"
PRIORITY = "optional"
DEPENDS = ""
LICENSE = "GPL"
SRC_URI = "http://musthave.sunbase.org/progs/ccvs/cvs-${PV}/cvs-${PV}.tar.bz2 \
file://m4.patch;patch=1"
inherit autotools gettext gettext
EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"
|