diff options
author | wangmy <wangmy@fujitsu.com> | 2021-11-16 07:38:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-15 18:04:23 -0800 |
commit | 2db0bbbc09890776487c6c0a91b5fbdb6cb18dd7 (patch) | |
tree | e4f88de91a59fb0a67171c4abce7959aafba8af0 | |
parent | 54567412b55e76f768d928a4eb06aae7ad8ba464 (diff) | |
download | meta-openembedded-2db0bbbc09890776487c6c0a91b5fbdb6cb18dd7.tar.gz |
ctags: upgrade 5.9.20210905.0 -> 5.9.20211114.0
Make: fill "end:" fields
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_5.9.20211114.0.bb (renamed from meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" | |||
14 | 14 | ||
15 | inherit autotools-brokensep pkgconfig manpages | 15 | inherit autotools-brokensep pkgconfig manpages |
16 | 16 | ||
17 | SRCREV = "ca81123303640582358ce7b8a4e466615950a1f7" | 17 | SRCREV = "a668cb155609d5a322963e1ed9a0c0147c8be597" |
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" |