aboutsummaryrefslogtreecommitdiffstats
path: root/cvs
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-03 04:22:15 +0000
committerChris Larson <clarson@kergoth.com>2003-12-03 04:22:15 +0000
commit4e62832980e7c7f1d205e67c6db89dcdff200b6b (patch)
tree8a48d25578735621192b1edad8cf246818b7585b /cvs
parentb79d37952fe99f5821686e1810a036d25d07ab0d (diff)
downloadopenembedded-4e62832980e7c7f1d205e67c6db89dcdff200b6b.tar.gz
Remove unnecessary sets of the S variable, we have a sane default for that now.
BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ
Diffstat (limited to 'cvs')
-rw-r--r--cvs/cvs_1.11.6.oe1
-rw-r--r--cvs/cvs_1.11.9.oe6
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