diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-13 13:05:01 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-19 01:28:05 +0200 |
commit | e91823501707a85abe67f9da9c3d551847f3b2ca (patch) | |
tree | 2313a5e0f560ce77e963ec3c91d55215401790c7 /recipes/efl1 | |
parent | 70b9e83caba440a5b39dc6399487c437a5155736 (diff) |
recipes: use SRCPV in few more git recipes
* sometimes without PE bump, because nobody complained that we were
bumping SRCREV without PV changes and we were using SRCPV in our
branch before
* please bump PE if you're using one of those and you need to increment
PV, otherwise it will be "corrected" with next PV bump
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/e-wm-illume-dict-pl_git.bb | 3 | ||||
-rw-r--r-- | recipes/efl1/libeflvala_svn.bb | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/efl1/e-wm-illume-dict-pl_git.bb b/recipes/efl1/e-wm-illume-dict-pl_git.bb index 8a98b1cc12..736e721819 100644 --- a/recipes/efl1/e-wm-illume-dict-pl_git.bb +++ b/recipes/efl1/e-wm-illume-dict-pl_git.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Polish dictionary for Illume keyboard" SECTION = "x11/data" SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb" -PV = "1.0-gitr${SRCREV}" +PV = "1.0+gitr${SRCPV}" +PE = "1" PR = "r0" SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" diff --git a/recipes/efl1/libeflvala_svn.bb b/recipes/efl1/libeflvala_svn.bb index 56f87733c2..9a88054287 100644 --- a/recipes/efl1/libeflvala_svn.bb +++ b/recipes/efl1/libeflvala_svn.bb @@ -5,6 +5,7 @@ SECTION = "devel" DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary" PV = "0.5.0+svnr${SRCPV}" PR = "r0" +PE = "1" SRCREV = "${EFL_SRCREV}" SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk/BINDINGS;module=vala;proto=http" |