On Tue, May 8, 2018 at 11:49 AM, Martin Kelly <mke...@xevo.com> wrote:
> The current string used to disable mbim is "--enable-mbim=no", which is
> producing a warning. It should be "--with-mdim=no", so change it.
>

LGTM yes it was a typo thanks for posting a fix.

> Signed-off-by: Martin Kelly <mke...@xevo.com>
> ---
>  meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git 
> a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb 
> b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb
> index 4f9400169..b1a718dbf 100644
> --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb
> +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb
> @@ -25,7 +25,7 @@ PACKAGECONFIG ??= "mbim qmi polkit \
>  PACKAGECONFIG[systemd] = 
> "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
>  PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
>  # Support WWAN modems and devices which speak the Mobile Interface Broadband 
> Model (MBIM) protocol.
> -PACKAGECONFIG[mbim] = "--with-mbim,--enable-mbim=no,libmbim"
> +PACKAGECONFIG[mbim] = "--with-mbim,--with-mbim=no,libmbim"
>  # Support WWAN modems and devices which speak the Qualcomm MSM Interface 
> (QMI) protocol.
>  PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi"
>
> --
> 2.11.0
>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to