diff options
author | Adrian Bunk <bunk@stusta.de> | 2020-02-08 00:09:10 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-07 18:07:43 -0800 |
commit | a30cedacfcc442b0ad18300ed0c41122620b9391 (patch) | |
tree | 4de57f1668776b44ded97b503a24c496683e9e81 /meta-oe/recipes-connectivity | |
parent | dda2962584e3a1616ba0e8e6e72e4eae6d56e652 (diff) | |
download | meta-openembedded-a30cedacfcc442b0ad18300ed0c41122620b9391.tar.gz |
modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb index 3639f02ca..1f64be09e 100644 --- a/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb +++ b/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb | |||
@@ -23,6 +23,7 @@ PACKAGECONFIG ??= "mbim qmi \ | |||
23 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} \ | 23 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} \ |
24 | " | 24 | " |
25 | 25 | ||
26 | PACKAGECONFIG[at] = "--with-at-command-via-dbus" | ||
26 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," | 27 | PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,," |
27 | PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" | 28 | PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit" |
28 | # Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. | 29 | # Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol. |