poky-agl: conf: change to gplv2 version of gdbm
[AGL/meta-agl.git] / meta-agl / recipes-connectivity / bluez5 / bluez5_%.bbappend
1 FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
2 SRC_URI_append = " file://bluetooth.conf \
3                    file://cve-2017-1000250.patch"
4
5 do_install_append() {
6     install -m 0644 ${WORKDIR}/bluetooth.conf ${D}${sysconfdir}/dbus-1/system.d/bluetooth.conf
7 }