From f4fa775d783a58aeda7c752b5351ed40502f93ac Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 28 Nov 2022 14:05:51 +0800 Subject: [PATCH] ctags: upgrade 5.9.20221113.0 -> 5.9.20221120.0 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 Signed-off-by: Khem Raj --- .../ctags/{ctags_5.9.20221113.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.20221113.0.bb => ctags_5.9.20221120.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221113.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.20221113.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb index 8642f56ce5..269d9141b5 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221113.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 = "83c1a093b3cd980fd3f08b3927c0cac34a1c4740" +SRCREV = "08fd0c4d931e929e21ae46568c603727e44b897f" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" S = "${WORKDIR}/git"