9d61a9f61fc8c1b24ef2ffa757e7ba364936f938
[AGL/meta-agl.git] / meta-agl / recipes-navigation / geoclue / geoclue_%.bbappend
1 inherit gobject-introspection
2
3 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
4 SRC_URI_append = "file://org.freedesktop.GeoClue2.Client.conf"
5
6 do_install_append() {
7     install -d ${D}/etc/dbus-1/system.d
8     install -m 0644 ${WORKDIR}/org.freedesktop.GeoClue2.Client.conf ${D}/etc/dbus-1/system.d/org.freedesktop.GeoClue2.Client.conf
9 }