aboutsummaryrefslogtreecommitdiff
path: root/recipes-connectivity/bluez/bluez5_5.41.bbappend
blob: 2d2fc919aefe9831504e45343e58c0ddca7e25ef (plain)
1
2
3
4
5
6
7
8
9
10
#for SDP example we need bluez4 compatiblity
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = "\
	file://bluetooth.service \
	"

do_install_append() {
	install -m 644 ${WORKDIR}/bluetooth.service ${D}${base_libdir}/systemd/system
}