From 7c30cca3cf38dbb6c9261e761a790d47029fec8a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sat, 3 Dec 2022 19:15:10 +0800 Subject: [PATCH] ctags: upgrade 5.9.20221120.0 -> 5.9.20221127.0 Python: add more weak keywords Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../ctags/{ctags_5.9.20221120.0.bb => ctags_5.9.20221127.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20221120.0.bb => ctags_5.9.20221127.0.bb} (95%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221127.0.bb similarity index 95% rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20221127.0.bb index 269d9141b5..6646b57dcd 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20221120.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20221127.0.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "08fd0c4d931e929e21ae46568c603727e44b897f" +SRCREV = "30df9f6e5154f89a73fb59a95362a62fd8c7abdf" SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" S = "${WORKDIR}/git"