summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cvs/cvs_1.11.14.oe11
-rw-r--r--nonworking/cvs/cvs_1.12.6.oe12
2 files changed, 23 insertions, 0 deletions
diff --git a/cvs/cvs_1.11.14.oe b/cvs/cvs_1.11.14.oe
index e69de29bb2..ad7512cdbb 100644
--- a/cvs/cvs_1.11.14.oe
+++ b/cvs/cvs_1.11.14.oe
@@ -0,0 +1,11 @@
+DESCRIPTION = "The Concurrent Versioning System (cvs) client - Stable Version"
+SECTION = "net"
+PRIORITY = "optional"
+DEPENDS = "virtual/libc"
+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"
diff --git a/nonworking/cvs/cvs_1.12.6.oe b/nonworking/cvs/cvs_1.12.6.oe
index e69de29bb2..58b44d412a 100644
--- a/nonworking/cvs/cvs_1.12.6.oe
+++ b/nonworking/cvs/cvs_1.12.6.oe
@@ -0,0 +1,12 @@
+DESCRIPTION = "The Concurrent Versioning System (cvs) client - Feature Version "
+SECTION = "base"
+PRIORITY = "optional"
+DEPENDS = "virtual/libc"
+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"
+