diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-02-25 16:10:20 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-02-25 16:31:56 -0500 |
commit | 15d7257941d97ec6f2a5ce55d172b76590603817 (patch) | |
tree | b7a3bee65850b9fe56da0ae47afe1861dbe6c336 /recipes-navigation/geoclue/geoclue_agldemo.inc | |
parent | 4125130e57849529934b5f804e199b3ec58405de (diff) |
geoclue: update configuration
Update the geoclue configuration to install a geoclue.conf that
works with the geoclue binding, and remove the now unnecessary
D-Bus client configuration. This also enables future geoclue
updates, as the current configuration does not work with the
newer 2.5x releases.
Bug-AGL: SPEC-3819
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I06a2a15b38cbb8dad485bc7f38d1aef47803b87c
Diffstat (limited to 'recipes-navigation/geoclue/geoclue_agldemo.inc')
-rw-r--r-- | recipes-navigation/geoclue/geoclue_agldemo.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-navigation/geoclue/geoclue_agldemo.inc b/recipes-navigation/geoclue/geoclue_agldemo.inc index 24936e5cc..1e317031e 100644 --- a/recipes-navigation/geoclue/geoclue_agldemo.inc +++ b/recipes-navigation/geoclue/geoclue_agldemo.inc @@ -1,11 +1,9 @@ -inherit gobject-introspection - FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -SRC_URI_append = " file://org.freedesktop.GeoClue2.Client.conf" + +SRC_URI += "file://geoclue.conf.agl" 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 + install -D -m 0644 ${WORKDIR}/geoclue.conf.agl ${D}${sysconfdir}/geoclue/geoclue.conf } |