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-07 15:31:56 +0000 |
commit | 67c74a3ff24144d28ac8075073f3f1c53ba7884c (patch) | |
tree | df41c9535a72e8fd8b0abd8850ed4a984d580f7e /meta-agl-profile-core/recipes-navigation | |
parent | 67c45028e2e7db28f9f8d660e9856d0eb9ef3f81 (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>
(cherry picked from commit dcaf0758fa1bbfe4363cd610ad8fd6fd4a098aec)
Diffstat (limited to 'meta-agl-profile-core/recipes-navigation')
-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 |