From: Matt Ranostay Date: Thu, 24 Jan 2019 07:26:34 +0000 (+0200) Subject: meta-agl-profile-core: recipes-navigation: geoclue: remove ModemManager dep X-Git-Tag: 6.99.5~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=67c74a3ff24144d28ac8075073f3f1c53ba7884c;p=AGL%2Fmeta-agl.git meta-agl-profile-core: recipes-navigation: geoclue: remove ModemManager dep Remove ModemManager from deps by removing defaults PACKAGECONFIG options since this conflicts with oFono access to LTE modems. Change-Id: I85832b0790c24d1132fecbaaedf41f0399f66b0f Signed-off-by: Matt Ranostay (cherry picked from commit dcaf0758fa1bbfe4363cd610ad8fd6fd4a098aec) --- diff --git a/meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend b/meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend index 9d61a9f61..40a3b46a0 100644 --- a/meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend +++ b/meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend @@ -3,6 +3,8 @@ inherit gobject-introspection FILESEXTRAPATHS_prepend := "${THISDIR}/files:" SRC_URI_append = "file://org.freedesktop.GeoClue2.Client.conf" +PACKAGECONFIG = "nmea lib" + do_install_append() { install -d ${D}/etc/dbus-1/system.d install -m 0644 ${WORKDIR}/org.freedesktop.GeoClue2.Client.conf ${D}/etc/dbus-1/system.d/org.freedesktop.GeoClue2.Client.conf