diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-02 14:27:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-02 00:35:51 -0800 |
commit | bcf04e4948c0679555bbdd727f29a804d4a165be (patch) | |
tree | ebd5a37b8e8b52164254e8c0ccaf14871f4507f2 | |
parent | a871d5edc43cfce9357c3011993d9948a512b1c8 (diff) | |
download | meta-openembedded-bcf04e4948c0679555bbdd727f29a804d4a165be.tar.gz |
ctags: upgrade 6.0.20231224.0 -> 6.1.20231231.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/ctags/ctags_6.1.20231231.0.bb (renamed from meta-oe/recipes-devtools/ctags/ctags_6.0.20231224.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ctags/ctags_6.0.20231224.0.bb b/meta-oe/recipes-devtools/ctags/ctags_6.1.20231231.0.bb index 9c4e819c25..b788d6fd03 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_6.0.20231224.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_6.1.20231231.0.bb | |||
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | |||
14 | 14 | ||
15 | inherit autotools-brokensep pkgconfig manpages | 15 | inherit autotools-brokensep pkgconfig manpages |
16 | 16 | ||
17 | SRCREV = "bea6f5bc96d9a5d11da36d23ee50d952d8bf3a8d" | 17 | SRCREV = "e4cb2a0f9ba947d23e526888930bb1487c2cf1d8" |
18 | SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" | 18 | SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |