diff options
Diffstat (limited to 'meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb')
-rw-r--r-- | meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb index 6b6acf1be8..e1a6af622b 100644 --- a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb +++ b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | |||
@@ -3,12 +3,14 @@ SUMMARY = "Terminal based 'The Matrix' screen implementation" | |||
3 | LICENSE = "GPL-3.0-only" | 3 | LICENSE = "GPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
5 | 5 | ||
6 | SRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https" | 6 | SRC_URI = " \ |
7 | git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https \ | ||
8 | file://0001-reproducibility-Prevent-configuration-from-reading-h.patch \ | ||
9 | " | ||
7 | SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d" | 10 | SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d" |
8 | S = "${WORKDIR}/git" | ||
9 | 11 | ||
10 | inherit cmake | 12 | inherit cmake |
11 | 13 | ||
12 | DEPENDS += "ncurses" | 14 | DEPENDS += "ncurses" |
13 | 15 | ||
14 | FILES:${PN} += "${datadir}/* ${libdir}/kbd/*" | 16 | FILES:${PN} += "${datadir}/* ${libdir}/kbd/* ${libdir}/X11/fonts/" |