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-checkbook | |
parent | 87462d96f54562599bd8b8e528288124e592ddca (diff) |
kill of the reduntant date=${CVSDATE} which is automatically added by the fetcher
BKrev: 4108c9f6NT-ydGGKVYjfoUtsD4BxOQ
Diffstat (limited to 'opie-checkbook')
-rw-r--r-- | opie-checkbook/opie-checkbook_cvs.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opie-checkbook/opie-checkbook_cvs.oe b/opie-checkbook/opie-checkbook_cvs.oe index 650d3f43c5..699d3bf74f 100644 --- a/opie-checkbook/opie-checkbook_cvs.oe +++ b/opie-checkbook/opie-checkbook_cvs.oe @@ -6,9 +6,9 @@ LICENSE = "GPL" PV = "0.8.0-cvs-${CVSDATE}" APPNAME = "checkbook" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/${APPNAME};date=${CVSDATE} \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;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/noncore/apps/${APPNAME} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" S = "${WORKDIR}/${APPNAME}" inherit opie |