summaryrefslogtreecommitdiff
path: root/packages/python/python-formencode_svn.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-11-12 16:35:11 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-11-12 16:35:11 +0000
commit4a46cdfc4f4fdaf561108f59ab887748d18767a6 (patch)
treefd34e5b3be8e03c4d62038f3e28db649a881128c /packages/python/python-formencode_svn.bb
parent42699f9d3ccd6bb3ecbe1d8345a217707ae90a68 (diff)
parentaaf2e79f3bae7a34bb81c723128b529c2cf953dd (diff)
merge of '1f5a2c36e677453b7935b6a0f72bbb7b0563a1ed'
and '60eadea31c2dce277f39d64f53efc32a033d3035'
Diffstat (limited to 'packages/python/python-formencode_svn.bb')
-rw-r--r--packages/python/python-formencode_svn.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/python/python-formencode_svn.bb b/packages/python/python-formencode_svn.bb
index b1cf3ce7c7..80a1ba2e5b 100644
--- a/packages/python/python-formencode_svn.bb
+++ b/packages/python/python-formencode_svn.bb
@@ -4,12 +4,11 @@ PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "sqlite3"
SRCNAME = "FormEncode"
-PV = "0.4+svn${SRCDATE}"
+PV = "0.4+svnr${SRCREV}"
PR = "ml0"
inherit distutils
-SRC_URI = "svn://svn.colorstudy.com/FormEncode;module=trunk;proto=http \
- file://setup.py.diff;patch=1"
+SRC_URI = "svn://svn.colorstudy.com/FormEncode;module=trunk;proto=http"
S = "${WORKDIR}/trunk"