* [meta-oe][PATCH] cmatrix: new package
@ 2022-01-06 10:45 Bartosz Golaszewski
2022-01-07 19:11 ` Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2022-01-06 10:45 UTC (permalink / raw)
To: Khem Raj, Armin Kuster, openembedded-devel; +Cc: Bartosz Golaszewski
This adds the recipe for cmatrix: a tool for displaying The Matrix like
codes in terminal.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
---
meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb
diff --git a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb
new file mode 100644
index 000000000..3edf8ea90
--- /dev/null
+++ b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "Terminal based 'The Matrix' screen implementation"
+AUTHOR = "Abishek V Ashok"
+
+LICENSE = "GPL-3.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https"
+SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d"
+S = "${WORKDIR}/git"
+
+inherit cmake
+
+DEPENDS += "ncurses"
+
+FILES:${PN} += "${datadir}/*"
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-oe][PATCH] cmatrix: new package
2022-01-06 10:45 [meta-oe][PATCH] cmatrix: new package Bartosz Golaszewski
@ 2022-01-07 19:11 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-01-07 19:11 UTC (permalink / raw)
To: Bartosz Golaszewski; +Cc: Armin Kuster, openembeded-devel
this fails to package on yocto AB
ERROR: cmatrix-2.0-r0 do_package: QA Issue: cmatrix: Files/directories
were installed but not shipped in any package:
/usr/lib
/usr/lib/kbd
/usr/lib/kbd/consolefonts
/usr/lib/kbd/consolefonts/matrix.psf.gz
/usr/lib/kbd/consolefonts/matrix.fnt
Please set FILES such that these items are packaged. Alternatively if
they are unneeded, avoid installing them or delete them within
do_install.
cmatrix: 5 installed and not shipped files. [installed-vs-shipped]
for details see
https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/1816
On Thu, Jan 6, 2022 at 2:45 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> This adds the recipe for cmatrix: a tool for displaying The Matrix like
> codes in terminal.
>
> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
> ---
> meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb
>
> diff --git a/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb
> new file mode 100644
> index 000000000..3edf8ea90
> --- /dev/null
> +++ b/meta-oe/recipes-extended/cmatrix/cmatrix_2.0.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "Terminal based 'The Matrix' screen implementation"
> +AUTHOR = "Abishek V Ashok"
> +
> +LICENSE = "GPL-3.0"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +
> +SRC_URI = "git://github.com/abishekvashok/cmatrix.git;branch=stable;protocol=https"
> +SRCREV = "adfdf1656f23e5ab3b52c7d7edf91249a4477e8d"
> +S = "${WORKDIR}/git"
> +
> +inherit cmake
> +
> +DEPENDS += "ncurses"
> +
> +FILES:${PN} += "${datadir}/*"
> --
> 2.25.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-07 19:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-06 10:45 [meta-oe][PATCH] cmatrix: new package Bartosz Golaszewski
2022-01-07 19:11 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.