aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs/bug-avahi.bb
blob: 896b584ea9eea24bfcff4c048617a62b5d50396d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "BUG Avahi Profile"
LICENSE = "MIT"
DEPENDS = "avahi"
PR = "r1"

SRC_URI = "file://bugdevice.service"

S = "${WORKDIR}"

do_install() {
	install -d ${D}${sysconfdir}/avahi/services
	install -m 0644 ${WORKDIR}/bugdevice.service ${D}${sysconfdir}/avahi/services/
}