aboutsummaryrefslogtreecommitdiffstats
path: root/cvs
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-03-31 14:14:20 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-03-31 14:14:20 +0000
commit0b84095b732e7f0e290a5ba21cf69e8ec639eaa4 (patch)
tree44f220488cbcb39abe42ed713666c09a6820aa9d /cvs
parentdcad148d14280bf64f28b6610a48c979de9a80e4 (diff)
downloadopenembedded-0b84095b732e7f0e290a5ba21cf69e8ec639eaa4.tar.gz
cvs updates
BKrev: 406ad23ceOfLepyynFiwH54mQjlP-w
Diffstat (limited to 'cvs')
-rw-r--r--cvs/cvs_1.11.14.oe11
1 files changed, 11 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"