summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-navigation/geoclue/geoclue_%.bbappend
blob: 1025e0e7991692dc4afc58194460f43b9bde6a9d (plain)
1
2
3
4
5
6
7
8
9
10
DEPENDS += "gobject-introspection-native"
inherit gobject-introspection

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = "file://org.freedesktop.GeoClue2.Client.conf"

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
}