summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-03-08 07:57:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-09 11:46:27 +0000
commit6225b5e343c95569f9a6080ab7f2564c2a7902c8 (patch)
treec3f6fd5667d298674aab0ceacabdc1703225b359 /meta
parent8d0e8ee0da0c670b073ef844682275e9668b2bb9 (diff)
downloadpoky-6225b5e343c95569f9a6080ab7f2564c2a7902c8.tar.gz
asciidoc: upgrade 10.1.3 -> 10.1.4
License-Update: year updated to 2022. Changelog: ========= .Bug fixes - Add missing test py files to dist archives - Fix DeprecationWarnings in a2x regexes (From OE-Core rev: 0e964d4bcf0061297ac2194d4de0367744a2ed89) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb (renamed from meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb b/meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb
index fc8cbc89c8..484250b33e 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_10.1.3.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb
@@ -5,11 +5,12 @@ articles, books and UNIX man pages."
5HOMEPAGE = "http://asciidoc.org/" 5HOMEPAGE = "http://asciidoc.org/"
6 6
7LICENSE = "GPL-2.0-only" 7LICENSE = "GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ 8LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=aaee33adce0fc7cc40fee23f82f7f101 \
9 file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " 9 file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 "
10 11
11SRC_URI = "git://github.com/asciidoc/asciidoc-py;protocol=https;branch=main" 12SRC_URI = "git://github.com/asciidoc/asciidoc-py;protocol=https;branch=main"
12SRCREV = "342639edbbc0dcc64354a0291d2214d4d5e65cab" 13SRCREV = "c724bbf95b1840b04bb298a61a72b6a5ea94c2ef"
13 14
14DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" 15DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
15 16