diff options
Diffstat (limited to 'recipes/freesmartphone/libfsotransport_git.bb')
-rw-r--r-- | recipes/freesmartphone/libfsotransport_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/freesmartphone/libfsotransport_git.bb b/recipes/freesmartphone/libfsotransport_git.bb index c46721eca6..c23896ee24 100644 --- a/recipes/freesmartphone/libfsotransport_git.bb +++ b/recipes/freesmartphone/libfsotransport_git.bb @@ -1,3 +1,5 @@ require cornucopia.inc DESCRIPTION = "freesmartphone.org transport library" - +DEPENDS += "misc-vapi" +PV = "0.9.4+gitr${SRCREV}" +PR = "${INC_PR}.0" |