meta-agl-profile-core: packagegroups: add libqmi to connectivity profile 21/19921/5
authorMatt Ranostay <matt.ranostay@konsulko.com>
Mon, 4 Feb 2019 04:16:56 +0000 (06:16 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 18 Feb 2019 11:30:35 +0000 (11:30 +0000)
If DISTRO_FEATURES contains '3g' then includ the libqmi package to allow
configuration of WWAN modules that have a Qualcomm MSM Interface.

Change-Id: I96c890ef42a24039d9156a1a336d1dab17c66b75
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb

index 038ae5d..6ef68ca 100644 (file)
@@ -13,6 +13,7 @@ RDEPENDS_${PN} += "\
     bluez5-obex \
     dhcp-server \
     ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','connman','connman connman-client connman-tests connman-tools connman-ncurses','',d)} \
+    ${@bb.utils.contains("DISTRO_FEATURES", "3g", "libqmi", "", d)} \
     neard \
     neardal-tools \
     rtl-sdr \