blob: 590a27b9cbb2399dbe7980bf86d11857b4a11493 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "MIT"
inherit allarch systemd
do_install() {
install -d ${D}${systemd_system_unitdir}
touch ${D}${systemd_system_unitdir}/${BPN}.service
}
SYSTEMD_SERVICE:${PN} = "${BPN}.service"
EXCLUDE_FROM_WORLD="1"
|