diff options
Diffstat (limited to 'recipes/freesmartphone/fsotdld_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsotdld_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb index 31789248ef..8f8b98feb0 100644 --- a/recipes/freesmartphone/fsotdld_git.bb +++ b/recipes/freesmartphone/fsotdld_git.bb @@ -2,7 +2,8 @@ require cornucopia.inc inherit fso-plugin SRCREV = "${FSO_CORNUCOPIA_SRCREV}" PR = "${INC_PR}.3" -PV = "0.0.0+gitr${SRCREV}" +PV = "0.0.0+gitr${SRCPV}" +PE = "1" DEPENDS += "libfsotransport libfsoresource" |