Selaa lähdekoodia

swupdate_2016.07: missing inherit for init script

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 9 vuotta sitten
vanhempi
commit
5bc56abf78
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      recipes-support/swupdate/swupdate_2016.07.bb

+ 5 - 0
recipes-support/swupdate/swupdate_2016.07.bb

@@ -1,7 +1,12 @@
 require swupdate.inc
 
+inherit update-rc.d
+
 SRC_URI = "git://github.com/sbabic/swupdate.git;protocol=git;tag=2016.07 \
      file://defconfig \
      file://swupdate \
      file://swupdate.service \
      "
+
+INITSCRIPT_NAME = "swupdate"
+INITSCRIPT_PARAMS = "defaults 70"