| Message ID | 20251128083658.1285605-1-leon.anavi@konsulko.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-oe] colortail: Add recipe | expand |
> -----Original Message----- > From: openembedded-devel@lists.openembedded.org <openembedded- > devel@lists.openembedded.org> On Behalf Of Leon Anavi via > lists.openembedded.org > Sent: Friday, November 28, 2025 9:37 > To: openembedded-devel@lists.openembedded.org > Cc: Leon Anavi <leon.anavi@konsulko.com> > Subject: [oe] [meta-oe][PATCH] colortail: Add recipe > > Colortails is like the tail command line utility but with colors. > Add recipe for the latest release 0.3.5: > > - Print error messages to stderr > - Fix memory leaks and Valgrind warnings > - Improve detection of file truncation due to log rotation > - Fix ./autogen.sh on macOS > - Avoid emitting excessive color sequences > - Output ansi reset code when the program is interrupted > > This work was sponsored by GOVCERT.LU. > > Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> > --- > meta-oe/recipes-extended/colortail/colortail_0.3.5.bb | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 meta-oe/recipes-extended/colortail/colortail_0.3.5.bb > > diff --git a/meta-oe/recipes-extended/colortail/colortail_0.3.5.bb b/meta-oe/recipes- > extended/colortail/colortail_0.3.5.bb > new file mode 100644 > index 0000000000..bf31ee9882 > --- /dev/null > +++ b/meta-oe/recipes-extended/colortail/colortail_0.3.5.bb > @@ -0,0 +1,10 @@ > +SUMMARY = "Like the tail command line utility but with colors" > +DESCRIPTION = "Colortail - like tail but with color highlighting configured via > patterns" > +HOMEPAGE = "https://github.com/joakim666/colortail" > +LICENSE = "GPL-2.0-only" > +LIC_FILES_CHKSUM = > "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > + > +SRC_URI = > "git://github.com/joakim666/colortail.git;branch=master;protocol=https" Please add ";tag=${PV}" to the SRC_URI. > +SRCREV = "653bbbe3292759f5fb5ae9f769f131c1a320965d" > + > +inherit autotools pkgconfig > -- > 2.47.3
diff --git a/meta-oe/recipes-extended/colortail/colortail_0.3.5.bb b/meta-oe/recipes-extended/colortail/colortail_0.3.5.bb new file mode 100644 index 0000000000..bf31ee9882 --- /dev/null +++ b/meta-oe/recipes-extended/colortail/colortail_0.3.5.bb @@ -0,0 +1,10 @@ +SUMMARY = "Like the tail command line utility but with colors" +DESCRIPTION = "Colortail - like tail but with color highlighting configured via patterns" +HOMEPAGE = "https://github.com/joakim666/colortail" +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +SRC_URI = "git://github.com/joakim666/colortail.git;branch=master;protocol=https" +SRCREV = "653bbbe3292759f5fb5ae9f769f131c1a320965d" + +inherit autotools pkgconfig
Colortails is like the tail command line utility but with colors. Add recipe for the latest release 0.3.5: - Print error messages to stderr - Fix memory leaks and Valgrind warnings - Improve detection of file truncation due to log rotation - Fix ./autogen.sh on macOS - Avoid emitting excessive color sequences - Output ansi reset code when the program is interrupted This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> --- meta-oe/recipes-extended/colortail/colortail_0.3.5.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 meta-oe/recipes-extended/colortail/colortail_0.3.5.bb