diff options
Diffstat (limited to 'cvs')
-rw-r--r-- | cvs/cvs_1.11.6.oe | 1 | ||||
-rw-r--r-- | cvs/cvs_1.11.9.oe | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/cvs/cvs_1.11.6.oe b/cvs/cvs_1.11.6.oe index e8cb286eea..ece1b60d91 100644 --- a/cvs/cvs_1.11.6.oe +++ b/cvs/cvs_1.11.6.oe @@ -2,6 +2,5 @@ DEPENDS = virtual/libc RDEPENDS = libc6 SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 -S := ${WORKDIR}/${P} inherit autotools diff --git a/cvs/cvs_1.11.9.oe b/cvs/cvs_1.11.9.oe index e69de29bb2..ece1b60d91 100644 --- a/cvs/cvs_1.11.9.oe +++ b/cvs/cvs_1.11.9.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := http://www.cvshome.org/files/19/10/${P}.tar.bz2 + +inherit autotools |