blob: 44fc2d08ca447dbf234b6eb95f7ae0232a1d4c7c [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Simple bootsplash for systemd systems"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "GPL-2.0-only"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05003LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5# Really, no depends besides a C library
6
7PV = "0.3"
8PR = "r1"
9
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010SRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633"
Andrew Geissler595f6302022-01-24 19:11:47 +000011SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;branch=master;protocol=https \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050012 file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \
13 "
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014
15inherit autotools
16
17S = "${WORKDIR}/git"
18
19EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
20 --disable-staticimages"
21
Patrick Williams213cb262021-08-07 19:21:33 -050022FILES:${PN} += "${systemd_unitdir}/system/"