diff options
Diffstat (limited to 'cvs')
-rw-r--r-- | cvs/cvs_1.11.14.oe | 0 | ||||
-rw-r--r-- | cvs/cvs_1.11.6.oe | 11 | ||||
-rw-r--r-- | cvs/cvs_1.11.9.oe | 11 |
3 files changed, 0 insertions, 22 deletions
diff --git a/cvs/cvs_1.11.14.oe b/cvs/cvs_1.11.14.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/cvs/cvs_1.11.14.oe diff --git a/cvs/cvs_1.11.6.oe b/cvs/cvs_1.11.6.oe deleted file mode 100644 index 59913d7c5a..0000000000 --- a/cvs/cvs_1.11.6.oe +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "The Concurrent Versioning System" -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" diff --git a/cvs/cvs_1.11.9.oe b/cvs/cvs_1.11.9.oe deleted file mode 100644 index c2dba073aa..0000000000 --- a/cvs/cvs_1.11.9.oe +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "The Concurrent Versioning System " -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" |