From 2db0bbbc09890776487c6c0a91b5fbdb6cb18dd7 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 16 Nov 2021 07:38:48 +0800 Subject: [PATCH] ctags: upgrade 5.9.20210905.0 -> 5.9.20211114.0 Make: fill "end:" fields Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../ctags/{ctags_5.9.20210905.0.bb => ctags_5.9.20211114.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20210905.0.bb => ctags_5.9.20211114.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb index 4cc1c12b65..cde7c7a0ef 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20211114.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "ca81123303640582358ce7b8a4e466615950a1f7" +SRCREV = "a668cb155609d5a322963e1ed9a0c0147c8be597" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" S = "${WORKDIR}/git"