diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 06:08:11 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-29 17:21:21 +0200 |
commit | 97801611dad6b487378876143f3b308696ea8219 (patch) | |
tree | 4cf89ecedeb888ea8004065b78e33c90fa75b01b /recipes/e17 | |
parent | 9d2c6c473188d76b2d5b119a064986fb796cb41f (diff) |
recipes: PR bump after EFL SRCREV change resulting to different .so names.
* mostly libelementary-ver-pre-svn-06 -> libelementary-ver-pre-svn-07
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/e-tasks_svn.bb | 2 | ||||
-rw-r--r-- | recipes/e17/intuition_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb index 76c8de9353..fccf951633 100644 --- a/recipes/e17/e-tasks_svn.bb +++ b/recipes/e17/e-tasks_svn.bb @@ -9,7 +9,7 @@ inherit autotools SRCREV = "25" PV = "0.0.1+svnr${SRCPV}" -PR = "r3" +PR = "r4" SRC_URI = "svn://e-tasks.googlecode.com/svn;module=trunk;proto=http" S = "${WORKDIR}/trunk" diff --git a/recipes/e17/intuition_svn.bb b/recipes/e17/intuition_svn.bb index 5087144454..bb01e894d2 100644 --- a/recipes/e17/intuition_svn.bb +++ b/recipes/e17/intuition_svn.bb @@ -3,7 +3,7 @@ SECTION = "x11" LICENSE = "GPLv2" DEPENDS = "elementary sqlite" PV = "0.2.0+svnr${SRCPV}" -PR = "r2" +PR = "r3" SRCREV = "194" SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=intuition" |