Introduce meta-agl-profile-core and meta-agl-profile-graphics
[AGL/meta-agl.git] / meta-agl-profile-core / 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 }