summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
index dec4b67973..50114dd399 100644
--- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
+++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
@@ -26,7 +26,7 @@ PACKAGECONFIG ??= "mbim qmi polkit \
26PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," 26PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
27PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" 27PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
28# Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. 28# Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
29PACKAGECONFIG[mbim] = "--with-mbim,--with-mbim=no,libmbim" 29PACKAGECONFIG[mbim] = "--with-mbim,--without-mbim,libmbim"
30# Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol. 30# Support WWAN modems and devices which speak the Qualcomm MSM Interface (QMI) protocol.
31PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi" 31PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi"
32 32