From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- cvs/cvs_1.11.6.oe | 4 ++-- cvs/cvs_1.11.9.oe | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'cvs') 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" -- cgit v1.2.3