blob: 1ee2657bd0e4a646656166997b6d7c5aff047417 [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
Patrick Williams03514f12024-04-05 07:04:11 -05007PV = "0.3+git"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008
Patrick Williams03514f12024-04-05 07:04:11 -05009SRCREV = "8bed71d860bbb0c8792fa2a1179c9beeae84d577"
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;branch=master;protocol=https \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011 file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \
Patrick Williams03514f12024-04-05 07:04:11 -050012 file://0001-Mimic-GNU-basename-API-for-non-glibc-library-e.g.-mu.patch \
13"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050014
15inherit autotools
16
17S = "${WORKDIR}/git"
18
19EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
Patrick Williams03907ee2022-05-01 06:28:52 -050020 --disable-staticimages --with-rootdir=${root_prefix}"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050021
Patrick Williams213cb262021-08-07 19:21:33 -050022FILES:${PN} += "${systemd_unitdir}/system/"