diff options
Diffstat (limited to 'recipes/freesmartphone/fso-specs_git.bb')
-rw-r--r-- | recipes/freesmartphone/fso-specs_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fso-specs_git.bb b/recipes/freesmartphone/fso-specs_git.bb index d2daa2d910..b97566efa6 100644 --- a/recipes/freesmartphone/fso-specs_git.bb +++ b/recipes/freesmartphone/fso-specs_git.bb @@ -5,7 +5,8 @@ LICENSE = "BSD" DEPENDS = "libxslt-native" SECTION = "devel/specifications" SRCREV = "e3fcb57675f7f48b6848f5b8114961f9418eb17b" -PV = "0.5.0-gitr${SRCREV}" +PV = "0.5.0+gitr${SRCPV}" +PE = "1" PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/specs.git;protocol=git;branch=master" |