diff options
Diffstat (limited to 'cvs')
-rw-r--r-- | cvs/cvs_1.11.6.oe | 4 | ||||
-rw-r--r-- | cvs/cvs_1.11.9.oe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/cvs/cvs_1.11.6.oe b/cvs/cvs_1.11.6.oe index d4fc9bfe6e..59913d7c5a 100644 --- a/cvs/cvs_1.11.6.oe +++ b/cvs/cvs_1.11.6.oe @@ -4,8 +4,8 @@ PRIORITY = "optional" DEPENDS = "virtual/libc" RDEPENDS = "libc6" -SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 +SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2" inherit autotools -EXTRA_OECONF = --with-krb4=no --with-gssapi=no +EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" diff --git a/cvs/cvs_1.11.9.oe b/cvs/cvs_1.11.9.oe index da75cab0d3..c2dba073aa 100644 --- a/cvs/cvs_1.11.9.oe +++ b/cvs/cvs_1.11.9.oe @@ -4,8 +4,8 @@ PRIORITY = "optional" DEPENDS = "virtual/libc" RDEPENDS = "libc6" -SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 +SRC_URI = "http://www.cvshome.org/files/19/10/cvs-${PV}.tar.bz2" inherit autotools -EXTRA_OECONF = --with-krb4=no --with-gssapi=no +EXTRA_OECONF = "--with-krb4=no --with-gssapi=no" |