mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 19:09:44 +00:00
modemmanager: fix mbim disable string
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. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
f79a1bf458
commit
395278591d
@ -25,7 +25,7 @@ PACKAGECONFIG ??= "mbim qmi polkit \
|
|||||||
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
|
PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
|
||||||
PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
|
PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
|
||||||
# Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
# 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.
|
# Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
|
||||||
PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi"
|
PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user