aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-11-16 07:38:48 +0800
committerKhem Raj <raj.khem@gmail.com>2021-11-15 18:04:23 -0800
commit2db0bbbc09890776487c6c0a91b5fbdb6cb18dd7 (patch)
treee4f88de91a59fb0a67171c4abce7959aafba8af0 /meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb
parent54567412b55e76f768d928a4eb06aae7ad8ba464 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb')
-rw-r--r--meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb
deleted file mode 100644
index 4cc1c12b65..0000000000
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210905.0.bb
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright (C) 2015 Igor Santos <igor.santos@aker.com.br>
-# 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 = "ca81123303640582358ce7b8a4e466615950a1f7"
-SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
-
-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"