diff options
-rw-r--r-- | meta-oe/recipes-connectivity/modemmanager/modemmanager_1.7.991.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 4f94001690..b1a718dbfb 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 \ | |||
25 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," | 25 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," |
26 | PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" | 26 | PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" |
27 | # Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. | 27 | # Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. |
28 | PACKAGECONFIG[mbim] = "--with-mbim,--enable-mbim=no,libmbim" | 28 | PACKAGECONFIG[mbim] = "--with-mbim,--with-mbim=no,libmbim" |
29 | # Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. | 29 | # Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. |
30 | PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi" | 30 | PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi" |
31 | 31 | ||