xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash_git.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Simple bootsplash for systemd systems"
2*4882a593SmuzhiyunLICENSE = "GPL-2.0-only"
3*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4*4882a593Smuzhiyun
5*4882a593Smuzhiyun# Really, no depends besides a C library
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunPV = "0.3"
8*4882a593SmuzhiyunPR = "r1"
9*4882a593Smuzhiyun
10*4882a593SmuzhiyunSRCREV = "ef2e1a390e768e21e6a6268977580ee129a96633"
11*4882a593SmuzhiyunSRC_URI = "git://github.com/lucasdemarchi/dietsplash.git;branch=master;protocol=https \
12*4882a593Smuzhiyun           file://0001-configure.ac-Do-not-demand-linker-hash-style.patch \
13*4882a593Smuzhiyun           "
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuninherit autotools
16*4882a593Smuzhiyun
17*4882a593SmuzhiyunS = "${WORKDIR}/git"
18*4882a593Smuzhiyun
19*4882a593SmuzhiyunEXTRA_OECONF = " --with-systemdsystemunitdir=${systemd_unitdir}/system \
20*4882a593Smuzhiyun                 --disable-staticimages --with-rootdir=${root_prefix}"
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunFILES:${PN} += "${systemd_unitdir}/system/"
23