blob: b83ce9d96f217382ff9e42536dc9a682e1c27475 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
SECTION = "base"
PRIORITY = "optional"
DEPENDS = ""
RDEPENDS = "libc6"
SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = "--with-krb4=no --with-gssapi=no"
|