[meta-oe] [PATCH] ctags: upgrade 5.9.20221106.0 -> 5.9.20221120.0


wangmy
 

From: Wang Mingyu <wangmy@...>

Changelog:
===========
build-sys: add clean-tlib and clean-gcov to the dependecy list of clean-local
Fortran: reset "newline" state when processing a new input file

Signed-off-by: Wang Mingyu <wangmy@...>
---
.../ctags/{ctags_5.9.20221106.0.bb => ctags_5.9.20221120.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221106.0.bb => ctags_5.9.20221120.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb
index 6ef767710..269d9141b 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221106.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"

inherit autotools-brokensep pkgconfig manpages

-SRCREV = "bf0d53505856d4b3e662be22bbe5fcb740451ca1"
+SRCREV = "08fd0c4d931e929e21ae46568c603727e44b897f"
SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"

S = "${WORKDIR}/git"
--
2.25.1