diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-12-01 14:57:19 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-02 09:18:19 -0800 |
| commit | 80f9edb67ef2774cc317ae645568ba76950fc556 (patch) | |
| tree | 03fb1ecdc8a18b3c8d599b0eaabf2e7f39d0d411 /meta-oe/recipes-extended | |
| parent | 846dd7cd5f31a2ed872617dc8839c3ff6fe73a4d (diff) | |
| download | meta-openembedded-80f9edb67ef2774cc317ae645568ba76950fc556.tar.gz | |
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
| -rw-r--r-- | meta-oe/recipes-extended/colortail/colortail_0.3.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
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..936cdf10eb --- /dev/null +++ b/meta-oe/recipes-extended/colortail/colortail_0.3.5.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | SUMMARY = "Like the tail command line utility but with colors" | ||
| 2 | DESCRIPTION = "Colortail - like tail but with color highlighting configured via patterns" | ||
| 3 | HOMEPAGE = "https://github.com/joakim666/colortail" | ||
| 4 | LICENSE = "GPL-2.0-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/joakim666/colortail.git;branch=master;tag=${PV};protocol=https" | ||
| 8 | SRCREV = "653bbbe3292759f5fb5ae9f769f131c1a320965d" | ||
| 9 | |||
| 10 | inherit autotools pkgconfig | ||
