diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /cvs | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
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" |