diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-08 09:46:45 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-09 13:14:00 +0100 |
commit | b6465bbbdfb9c540c8e8629f02f1bb24499b64c8 (patch) | |
tree | c6cb8658df874ef3fb78407426523456f1b84597 /meta/recipes-extended | |
parent | 464d2b54cc209adb2ef043ceef749dfcd15522f1 (diff) | |
download | poky-b6465bbbdfb9c540c8e8629f02f1bb24499b64c8.tar.gz |
asciidoc: 8.6.10 -> 9.0.0
License-Update: copyright years, gpl2 text updated to latest official
(From OE-Core rev: ddaefe90d4db12353c1527b3e6dadd45a04a2381)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/asciidoc/asciidoc_9.0.0.bb (renamed from meta/recipes-extended/asciidoc/asciidoc_8.6.10.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.10.bb b/meta/recipes-extended/asciidoc/asciidoc_9.0.0.bb index 751bf0f19f..63e02ce5fc 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_8.6.10.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_9.0.0.bb | |||
@@ -5,13 +5,12 @@ articles, books and UNIX man pages." | |||
5 | HOMEPAGE = "http://asciidoc.org/" | 5 | HOMEPAGE = "http://asciidoc.org/" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | 8 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4e5d1baf6f20559e3bec172226a47e4e \ |
9 | file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069" | 9 | file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263 " |
10 | 10 | ||
11 | SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \ | 11 | SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \ |
12 | file://auto-catalogs.patch" | 12 | file://auto-catalogs.patch" |
13 | SRCREV = "618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0" | 13 | SRCREV = "c44cb22b0cb110b69e4909c93c1cc6e2be5470cc" |
14 | PV .= "+py3-git${SRCPV}" | ||
15 | 14 | ||
16 | DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 15 | DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
17 | 16 | ||