diff options
| -rw-r--r-- | recipes/freesmartphone/fsogsmd_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index 8056f4bca8..1f2d861719 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -1,9 +1,10 @@ require cornucopia.inc inherit fso-plugin -PR = "${INC_PR}.2" -PV = "0.2.0+gitr${SRCREV}" +PR = "${INC_PR}.0" +PV = "0.5.0+gitr${SRCREV}" DEPENDS += "libfsoresource libgsm0710mux" +EXTRA_OECONF_append = "--enable-libgsm0710mux" do_install_append_shr() { # remove .service file to disable fsogsmd autostart |
