diff options
| author | Bryan Gillespie <bryan.gillespie@hughes.com> | 2018-03-16 15:46:38 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-26 09:38:13 -0800 |
| commit | 082a7d07ed3c26e8f9706ffe71605bb8a620dd13 (patch) | |
| tree | 3d15898083924b67855591df7306719301c8356f /meta-oe/recipes-connectivity/modemmanager | |
| parent | 42ad6d3ca71c1cf62bce94ab35dee38687fb9fa4 (diff) | |
| download | meta-openembedded-082a7d07ed3c26e8f9706ffe71605bb8a620dd13.tar.gz | |
modemmanager: Update flag for disabling mbim
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/modemmanager')
| -rw-r--r-- | meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb | 2 |
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 \ | |||
| 26 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," | 26 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," |
| 27 | PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" | 27 | PACKAGECONFIG[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. |
| 29 | PACKAGECONFIG[mbim] = "--with-mbim,--with-mbim=no,libmbim" | 29 | PACKAGECONFIG[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. |
| 31 | PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi" | 31 | PACKAGECONFIG[qmi] = "--with-qmi,--without-qmi,libqmi" |
| 32 | 32 | ||
