diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2010-02-26 09:50:52 +0100 |
---|---|---|
committer | Klaus Kurzmann <mok@fluxnetz.de> | 2010-02-26 09:50:52 +0100 |
commit | d035790daa83dc205f53ca9f5a7bf687e5fbb927 (patch) | |
tree | 3187cf4245a7eaf0991cfd1e5c3368c2192016d6 /recipes | |
parent | f0690279689fee1f36dceb6542e10586c59e627e (diff) |
libfsoframework_git.bb: sync PV with reality
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/freesmartphone/libfsoframework_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/libfsoframework_git.bb b/recipes/freesmartphone/libfsoframework_git.bb index 5840cdbfbc..7b434abf38 100644 --- a/recipes/freesmartphone/libfsoframework_git.bb +++ b/recipes/freesmartphone/libfsoframework_git.bb @@ -1,6 +1,6 @@ require cornucopia.inc DESCRIPTION = "freesmartphone.org support library" DEPENDS += "libfsobasics alsa-lib" -PV = "0.2.0.0+gitr${SRCREV}" -PR = "${INC_PR}.1" +PV = "0.8.0+gitr${SRCREV}" +PR = "${INC_PR}.0" |