Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Simple bootsplash for systemd systems" |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | |
| 5 | # Really, no depends besides a C library |
| 6 | |
| 7 | PV = "0.3" |
| 8 | PR = "r1" |
| 9 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 10 | SRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633" |
| 11 | SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git \ |
| 12 | file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \ |
| 13 | " |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | |
| 15 | inherit autotools |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \ |
| 20 | --disable-staticimages" |
| 21 | |
| 22 | FILES_${PN} += "${systemd_unitdir}/system/" |