meta-agl-profile-core: recipes-connectivity: ofono: change dbus policy to enable...
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-connectivity / ofono / ofono_%.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2 SRC_URI_append = "file://ofono.conf"
3
4 do_install_append() {
5     install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf
6 }