mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
c95e155780
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
21 lines
517 B
BlitzBasic
21 lines
517 B
BlitzBasic
SUMMARY = "Simple bootsplash for systemd systems"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
# Really, no depends besides a C library
|
|
|
|
PV = "0.3"
|
|
PR = "r1"
|
|
|
|
SRCREV = "f7aadacbe3c19e37ea938e00a5141b577fb74a5e"
|
|
SRC_URI = "git://github.com/lucasdemarchi/dietsplash.git"
|
|
|
|
inherit autotools
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
EXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
|
|
--disable-staticimages"
|
|
|
|
FILES_${PN} += "${systemd_unitdir}/system/"
|