summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-connectivity/bluez5/bluez5_%.bbappend
blob: 5436815504a6cd78e9d47767c1202ed757653b17 (plain)
1
2
3
4
5
6
7
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append = " file://bluetooth.conf \
                   file://cve-2017-1000250.patch"

do_install_append() {
    install -m 0644 ${WORKDIR}/bluetooth.conf ${D}${sysconfdir}/dbus-1/system.d/bluetooth.conf
}