dietsplash_git.bb 607 B

12345678910111213141516171819202122
  1. SUMMARY = "Simple bootsplash for systemd systems"
  2. LICENSE = "GPLv2"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  4. # Really, no depends besides a C library
  5. PV = "0.3"
  6. PR = "r1"
  7. SRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633"
  8. SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git \
  9. file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \
  10. "
  11. inherit autotools
  12. S = "${WORKDIR}/git"
  13. EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
  14. --disable-staticimages"
  15. FILES_${PN} += "${systemd_unitdir}/system/"