From e72998c0049154da98c4e8c4e2a90c74a7e5e996 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 31 Oct 2022 16:39:42 +0800 Subject: [PATCH] ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0 Changelog: lregex: warn if mgroup= flag is not given in --mline-regex- Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../ctags/{ctags_5.9.20221016.0.bb => ctags_5.9.20221023.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221016.0.bb => ctags_5.9.20221023.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221016.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221016.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb index 809f578803..b7703cef96 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221016.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221023.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "a2995833175678358767e1c9a36ad3946667edf1" +SRCREV = "d8f5c062ea6ff484f4f1f5095a7d3c364f3019ea" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" S = "${WORKDIR}/git"