systemd-only.bb 221 B

123456789101112
  1. LICENSE = "MIT"
  2. inherit allarch systemd
  3. do_install() {
  4. install -d ${D}${systemd_system_unitdir}
  5. touch ${D}${systemd_system_unitdir}/${BPN}.service
  6. }
  7. SYSTEMD_SERVICE:${PN} = "${BPN}.service"
  8. EXCLUDE_FROM_WORLD = "1"