diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/efl1/libefso_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/efl1/libefso_svn.bb b/recipes/efl1/libefso_svn.bb index 20d520cba5..276cd100ef 100644 --- a/recipes/efl1/libefso_svn.bb +++ b/recipes/efl1/libefso_svn.bb @@ -2,8 +2,7 @@ DESCRIPTION = "EFL FSO wrapper library" SECTION = "e/libs" LICENSE = "GPLv2" DEPENDS = "ecore edbus" -PV = "0.0.0+svnr${SRCREV}" -PR = "r2" +PV = "0.0.1+svnr${SRCREV}" SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=libefso" S = "${WORKDIR}/libefso" |