blob: e78eb44bef1eb39704bb721df79a7d68257ae582 (
plain)
1
2
3
4
5
6
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = "file://ofono.conf"
do_install_append() {
install -m 0644 ${WORKDIR}/ofono.conf ${D}${sysconfdir}/dbus-1/system.d/ofono.conf
}
|