|
@@ -8,5 +8,10 @@ SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=git;tag=2016.07 \
|
|
|
file://swupdate.service \
|
|
file://swupdate.service \
|
|
|
"
|
|
"
|
|
|
|
|
|
|
|
|
|
+do_install_append() {
|
|
|
|
|
+ install -d ${D}${sysconfdir}/init.d
|
|
|
|
|
+ install -m 755 ${WORKDIR}/swupdate ${D}${sysconfdir}/init.d
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
INITSCRIPT_NAME = "swupdate"
|
|
INITSCRIPT_NAME = "swupdate"
|
|
|
INITSCRIPT_PARAMS = "defaults 70"
|
|
INITSCRIPT_PARAMS = "defaults 70"
|