|
@@ -1,17 +1,7 @@
|
|
|
require swupdate.inc
|
|
require swupdate.inc
|
|
|
|
|
|
|
|
-inherit update-rc.d
|
|
|
|
|
-
|
|
|
|
|
SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=git;tag=2016.07 \
|
|
SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=git;tag=2016.07 \
|
|
|
file://defconfig \
|
|
file://defconfig \
|
|
|
file://swupdate \
|
|
file://swupdate \
|
|
|
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_PARAMS = "defaults 70"
|
|
|