[oe-commits] [meta-openembedded] branch master-next updated: modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option

git at git.openembedded.org git at git.openembedded.org
Sat Feb 8 02:07:51 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new a30ceda  modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option
a30ceda is described below

commit a30cedacfcc442b0ad18300ed0c41122620b9391
Author: Adrian Bunk <bunk at stusta.de>
AuthorDate: Sat Feb 8 00:09:10 2020 +0200

    modemmanager: Add a PACKAGECONFIG for the new --with-at-command-via-dbus option
    
    Signed-off-by: Adrian Bunk <bunk at stusta.de>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/modemmanager/modemmanager_1.12.4.bb | 1 +
 1 file changed, 1 insertion(+)

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 3639f02..1f64be0 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 \
     ${@bb.utils.filter('DISTRO_FEATURES', 'systemd polkit', d)} \
 "
 
+PACKAGECONFIG[at] = "--with-at-command-via-dbus"
 PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_unitdir}/system/,,"
 PACKAGECONFIG[polkit] = "--with-polkit=yes,--with-polkit=no,polkit"
 # Support WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list