Code Review
/
AGL
/
meta-agl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
bluez5: Remove CVE patch
[AGL/meta-agl.git]
/
meta-agl
/
recipes-connectivity
/
bluez5
/
bluez5_%.bbappend
1
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
2
SRC_URI_append = " file://bluetooth.conf"
3
4
do_install_append() {
5
install -m 0644 ${WORKDIR}/bluetooth.conf ${D}${sysconfdir}/dbus-1/system.d/bluetooth.conf
6
}