initscripts-swupdate.bb 463 B

1234567891011121314151617181920212223
  1. SUMMARY = "Different startup scripts"
  2. SECTION = "base"
  3. PR = "r0"
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
  6. SRC_URI = "file://rcS.swupdate \
  7. "
  8. S = "${WORKDIR}"
  9. do_install () {
  10. install -d ${D}/${sysconfdir}/init.d
  11. install -d ${D}${base_sbindir}
  12. install -m 755 ${S}/rcS.swupdate ${D}${base_sbindir}/init
  13. }
  14. PACKAGES = "${PN}"
  15. FILES_${PN} = "/"
  16. PACKAGE_ARCH = "${MACHINE_ARCH}"
  17. CONFFILES_${PN} = ""