diff options
Diffstat (limited to 'packages/python/python-formencode_svn.bb')
-rw-r--r-- | packages/python/python-formencode_svn.bb | 5 |
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" |