diff options
Diffstat (limited to 'recipes/freesmartphone/fsogsmd_git.bb')
-rw-r--r-- | recipes/freesmartphone/fsogsmd_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index 1f2d861719..7bacc6e58d 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -3,8 +3,12 @@ inherit fso-plugin PR = "${INC_PR}.0" PV = "0.5.0+gitr${SRCREV}" -DEPENDS += "libfsoresource libgsm0710mux" -EXTRA_OECONF_append = "--enable-libgsm0710mux" +DEPENDS += "libfsoresource libgsm0710mux ppp msmcommd" + +EXTRA_OECONF_append = "\ + --enable-libgsm0710mux \ + --enable-modem-qualcomm-palm \ +" do_install_append_shr() { # remove .service file to disable fsogsmd autostart |