diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-29 09:57:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-29 09:57:10 +0000 |
commit | 45cc5aafe11f2e4c217b440e3f8a68a60bee2f45 (patch) | |
tree | 08fb7a59b1b2a0db5cff4f8befc7a83b177a9736 /opie-todo | |
parent | 87462d96f54562599bd8b8e528288124e592ddca (diff) |
kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
BKrev: 4108c9f6NT-ydGGKVYjfoUtsD4BxOQ
Diffstat (limited to 'opie-todo')
-rw-r--r-- | opie-todo/opie-todo_cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opie-todo/opie-todo_cvs.oe b/opie-todo/opie-todo_cvs.oe index 233553ab63..3255def876 100644 --- a/opie-todo/opie-todo_cvs.oe +++ b/opie-todo/opie-todo_cvs.oe @@ -7,8 +7,8 @@ RDEPENDS = "opie-pics" PV = "1.1.5-cvs-${CVSDATE}" APPNAME = "todolist" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/pim/todo;date=${CVSDATE} \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}" +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/pim/todo \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" S = "${WORKDIR}/todo" |