diff options
Diffstat (limited to 'recipes/openmoko-projects')
-rw-r--r-- | recipes/openmoko-projects/om-locations_git.bb | 3 | ||||
-rw-r--r-- | recipes/openmoko-projects/paroli_git.bb | 2 | ||||
-rw-r--r-- | recipes/openmoko-projects/tichy_git.bb | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/recipes/openmoko-projects/om-locations_git.bb b/recipes/openmoko-projects/om-locations_git.bb index 9d0642322e..fd009d6e58 100644 --- a/recipes/openmoko-projects/om-locations_git.bb +++ b/recipes/openmoko-projects/om-locations_git.bb @@ -5,7 +5,8 @@ LICENSE = "GPL" DEPENDS = "eet evas edje ecore edbus etk" RDEPENDS_${PN} = "diversity-daemon" SRCREV = "942e88a1b689ffe3f11a2d982cce389cc965b2ec" -PV = "0.2+gitr${SRCREV}" +PV = "0.2+gitr${SRCPV}" +PE = "1" PR = "r1.04" SRC_URI = "git://git.openmoko.org/git/om-locations.git;protocol=git" diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb index 8b071f70e2..251c2585a6 100644 --- a/recipes/openmoko-projects/paroli_git.bb +++ b/recipes/openmoko-projects/paroli_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Paroli" SECTION = "x11" LICENSE = "GPL" SRCREV = "bb9fb1969acdfbaa48b55902675a6d8949014c6d" -PV = "0.2.1+gitr${SRCREV}" +PV = "0.2.1+gitr${SRCPV}" PE = "1" PR = "r0" diff --git a/recipes/openmoko-projects/tichy_git.bb b/recipes/openmoko-projects/tichy_git.bb index 656b645265..09d83e8543 100644 --- a/recipes/openmoko-projects/tichy_git.bb +++ b/recipes/openmoko-projects/tichy_git.bb @@ -3,7 +3,8 @@ SECTION = "x11" LICENSE = "GPL" DEPENDS += "python-pygame virtual/libsdl libsdl-image python-dbus python-pygobject" SRCREV = "ab68d849502009cf3214df48ffa8075a10cc2177" -PV = "0.2+gitr${SRCREV}" +PV = "0.2+gitr${SRCPV}" +PE = "1" PR = "r0" SRC_URI = "git://git.openmoko.org/git/tichy.git;protocol=git" |