From: Matt Ranostay Date: Mon, 4 Feb 2019 04:16:56 +0000 (+0200) Subject: meta-agl-profile-core: packagegroups: add libqmi to connectivity profile X-Git-Tag: 7.0.1~20 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=22ba7838454daceddbf6bb46da9f879bce99f2e7;p=AGL%2Fmeta-agl.git meta-agl-profile-core: packagegroups: add libqmi to connectivity profile 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 --- diff --git a/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb b/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb index 038ae5d20..6ef68ca90 100644 --- a/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb +++ b/meta-agl-profile-core/recipes-platform/packagegroups/packagegroup-agl-core-connectivity.bb @@ -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 \