blob: 985706a8a3b5d64839581c0fd7e42559b7d4841e [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Simple bootsplash for systemd systems"
2LICENSE = "GPLv2"
3LIC_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"
11SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git \
12 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/"