From 66dbc89677bc6c358f7d9cd0e63977bcee0bbe78 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Apr 2025 17:01:48 +0800 Subject: [PATCH] ctags: upgrade 6.1.20250330.0 -> 6.1.20250413.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{ctags_6.1.20250330.0.bb => ctags_6.1.20250413.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-devtools/ctags/{ctags_6.1.20250330.0.bb => ctags_6.1.20250413.0.bb} (93%) diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250330.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb similarity index 93% rename from meta-oe/recipes-devtools/ctags/ctags_6.1.20250330.0.bb rename to meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb index dba1dddcd9..a1f0eca4f1 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.1.20250330.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20250413.0.bb @@ -14,8 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" inherit autotools-brokensep pkgconfig manpages -SRCREV = "ac54c7206d2d7a12f7642e204c679d0009edca15" -SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" +SRCREV = "fccad9b77c17c60e908a69af8d251eec5f5296b5" +SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https;tag=p${PV}" S = "${WORKDIR}/git"