|
|
@@ -123,12 +123,6 @@ do_install () {
|
|
|
|
|
|
install -d ${D}${systemd_unitdir}/system
|
|
|
install -m 644 ${WORKDIR}/swupdate.service ${D}${systemd_unitdir}/system
|
|
|
- install -m 644 ${WORKDIR}/swupdate-usb@.service ${D}${systemd_unitdir}/system
|
|
|
- install -m 644 ${WORKDIR}/swupdate-progress.service ${D}${systemd_unitdir}/system
|
|
|
- if ${@bb.utils.contains('DISTRO_FEATURES','systemd','true','false',d)}; then
|
|
|
- install -d ${D}${sysconfdir}/udev/rules.d
|
|
|
- install -m 0644 ${WORKDIR}/swupdate-usb.rules ${D}${sysconfdir}/udev/rules.d/
|
|
|
- fi
|
|
|
}
|
|
|
|
|
|
INITSCRIPT_NAME = "swupdate"
|