dietsplash_git.bb 740 B

12345678910111213141516171819202122
  1. SUMMARY = "Simple bootsplash for systemd systems"
  2. LICENSE = "GPL-2.0-only"
  3. LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
  4. # Really, no depends besides a C library
  5. PV = "0.3+git"
  6. SRCREV = "8bed71d860bbb0c8792fa2a1179c9beeae84d577"
  7. SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;branch=master;protocol=https \
  8. file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \
  9. file://0001-Mimic-GNU-basename-API-for-non-glibc-library-e.g.-mu.patch \
  10. "
  11. inherit autotools
  12. S = "${WORKDIR}/git"
  13. EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
  14. --disable-staticimages --with-rootdir=${root_prefix}"
  15. FILES:${PN} += "${systemd_unitdir}/system/"