diff options
| -rw-r--r-- | meta-oe/recipes-devtools/ctags/ctags_5.9.20210502.0.bb | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210502.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210502.0.bb index aca0502db6..273d6e5730 100644 --- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20210502.0.bb +++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20210502.0.bb | |||
| @@ -14,12 +14,21 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" | |||
| 14 | 14 | ||
| 15 | inherit autotools-brokensep pkgconfig manpages | 15 | inherit autotools-brokensep pkgconfig manpages |
| 16 | 16 | ||
| 17 | DEPENDS += "libxml2 jansson libyaml python3-docutils-native" | ||
| 18 | SRCREV = "6df08b82d4845d1b9420d9268f24d5db16ee4480" | 17 | SRCREV = "6df08b82d4845d1b9420d9268f24d5db16ee4480" |
| 19 | SRC_URI = "git://github.com/universal-ctags/ctags" | 18 | SRC_URI = "git://github.com/universal-ctags/ctags" |
| 20 | 19 | ||
| 21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 22 | 21 | ||
| 23 | #do_install() { | 22 | PACKAGECONFIG ??= " \ |
| 24 | # install -Dm 755 ${B}/ctags ${D}${bindir}/ctags | 23 | readcmd \ |
| 25 | #} | 24 | xml \ |
| 25 | json \ | ||
| 26 | yaml \ | ||
| 27 | " | ||
| 28 | PACKAGECONFIG[readcmd] = "--enable-readcmd,--disable-readcmd" | ||
| 29 | PACKAGECONFIG[etags] = "--enable-etags,--disable-etags" | ||
| 30 | PACKAGECONFIG[xml] = "--enable-xml,--disable-xml,libxml2" | ||
| 31 | PACKAGECONFIG[json] = "--enable-json,--disable-json,jansson" | ||
| 32 | PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" | ||
| 33 | PACKAGECONFIG[yaml] = "--enable-yaml,--disable-yaml,libyaml" | ||
| 34 | PACKAGECONFIG[manpages] = ",,python3-docutils-native" | ||
