mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
246072bd3e
cmatrix configuration code choose where to install fonts based on what directory exists on build host. This is not reproducible[0]. Remove the existence check and change the lists to the ones matching OpenEmbedded paths. [0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/38/steps/32/logs/stdio Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
511 B
BlitzBasic
18 lines
511 B
BlitzBasic
SUMMARY = "Terminal based 'The Matrix' screen implementation"
|
|
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
SRC_URI = " \
|
|
git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https \
|
|
file://0001-reproducibility-Prevent-configuration-from-reading-h.patch \
|
|
"
|
|
SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d"
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
DEPENDS += "ncurses"
|
|
|
|
FILES:${PN} += "${datadir}/* ${libdir}/kbd/* ${libdir}/X11/fonts/"
|