From e5814a3a6700cb61ab329e3b88f50396094d1b4c Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 2 Jul 2021 09:27:41 +0800 Subject: ctags: upgrade 5.9.20210620.0 -> 5.9.20210627.0 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../recipes-devtools/ctags/ctags_5.9.20210620.0.bb | 34 ---------------------- .../recipes-devtools/ctags/ctags_5.9.20210627.0.bb | 34 ++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 meta-oe/recipes-devtools/ctags/ctags_5.9.20210620.0.bb create mode 100644 meta-oe/recipes-devtools/ctags/ctags_5.9.20210627.0.bb diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210620.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210620.0.bb deleted file mode 100644 index 8f4781b177..0000000000 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210620.0.bb +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright (C) 2015 Igor Santos -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "Universal Ctags" -DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \ - Unix ctags utility. Ctags generates an index of source code \ - definitions which is used by numerous editors and utilities \ - to instantly locate the definitions." - -HOMEPAGE = "https://ctags.io/" - -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" - -inherit autotools-brokensep pkgconfig manpages - -SRCREV = "e8457b5021744add677ede6663190f09bd223e82" -SRC_URI = "git://github.com/universal-ctags/ctags" - -S = "${WORKDIR}/git" - -PACKAGECONFIG ??= " \ - readcmd \ - xml \ - json \ - yaml \ -" -PACKAGECONFIG[readcmd] = "--enable-readcmd,--disable-readcmd" -PACKAGECONFIG[etags] = "--enable-etags,--disable-etags" -PACKAGECONFIG[xml] = "--enable-xml,--disable-xml,libxml2" -PACKAGECONFIG[json] = "--enable-json,--disable-json,jansson" -PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" -PACKAGECONFIG[yaml] = "--enable-yaml,--disable-yaml,libyaml" -PACKAGECONFIG[manpages] = ",,python3-docutils-native" diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210627.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210627.0.bb new file mode 100644 index 0000000000..7d01bba697 --- /dev/null +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210627.0.bb @@ -0,0 +1,34 @@ +# Copyright (C) 2015 Igor Santos +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "Universal Ctags" +DESCRIPTION = "Universal Ctags is a multilanguage reimplementation of the \ + Unix ctags utility. Ctags generates an index of source code \ + definitions which is used by numerous editors and utilities \ + to instantly locate the definitions." + +HOMEPAGE = "https://ctags.io/" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" + +inherit autotools-brokensep pkgconfig manpages + +SRCREV = "c436bca61f1fb92d2c6d5767ae4b307efab678f3" +SRC_URI = "git://github.com/universal-ctags/ctags" + +S = "${WORKDIR}/git" + +PACKAGECONFIG ??= " \ + readcmd \ + xml \ + json \ + yaml \ +" +PACKAGECONFIG[readcmd] = "--enable-readcmd,--disable-readcmd" +PACKAGECONFIG[etags] = "--enable-etags,--disable-etags" +PACKAGECONFIG[xml] = "--enable-xml,--disable-xml,libxml2" +PACKAGECONFIG[json] = "--enable-json,--disable-json,jansson" +PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" +PACKAGECONFIG[yaml] = "--enable-yaml,--disable-yaml,libyaml" +PACKAGECONFIG[manpages] = ",,python3-docutils-native" -- cgit 1.2.3-korg