diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 09:36:01 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-11 09:36:01 +0100 |
commit | 063157b0168f590858ee2ae4f169f44deb06ca91 (patch) | |
tree | 66da12b59cff765752dbf3360a94f05e1e9fd38d | |
parent | f5b48eb44a38a1e6fff28bd92de0591e2b00d073 (diff) |
libeflvala: SRCREV->SRCPV is safe with svn recipes
-rw-r--r-- | recipes/efl1/libeflvala_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb index cbb6887ffb..8793857df5 100644 --- a/recipes/efl1/libeflvala_svn.bb +++ b/recipes/efl1/libeflvala_svn.bb @@ -3,7 +3,7 @@ AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>" LICENSE = "LGPL" SECTION = "devel" DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary" -PV = "0.5.0+svnr${SRCREV}" +PV = "0.5.0+svnr${SRCPV}" PR = "r0" SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http" |