diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-24 09:26:34 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-05 17:52:18 +0000 |
commit | dcaf0758fa1bbfe4363cd610ad8fd6fd4a098aec (patch) | |
tree | aa8df196f18fd0bd34fdb4a839978713aa8e678c | |
parent | de05674fb955234fe399e633dec9003fc42022e1 (diff) |
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 <matt.ranostay@konsulko.com>
-rw-r--r-- | meta-agl-profile-core/recipes-navigation/geoclue/geoclue_%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
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 |