diff options
-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" |