diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-07 08:47:02 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-08 23:39:26 +0200 |
commit | 4b371c21f849b4e5b8faf6e70a2dd8d7a6983f9e (patch) | |
tree | a69310f56cd1e2ebadf472486bd99f72185421d3 /recipes/openmoko-projects/paroli_git.bb | |
parent | 1789f88e450bdd381781c896d6897dc6f64e7ca9 (diff) |
packages: PR bump after EFL SRCREV change resulting to different .so names.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-projects/paroli_git.bb')
-rw-r--r-- | recipes/openmoko-projects/paroli_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb index 394c2c3489..2df2c1e1b7 100644 --- a/recipes/openmoko-projects/paroli_git.bb +++ b/recipes/openmoko-projects/paroli_git.bb @@ -4,7 +4,7 @@ LICENSE = "GPL" SRCREV = "bb9fb1969acdfbaa48b55902675a6d8949014c6d" PV = "0.2.1+gitr${SRCPV}" PE = "1" -PR = "r0" +PR = "r1" SRC_URI = "git://git.paroli-project.org/paroli.git;protocol=http;branch=shr" S = "${WORKDIR}/git" |