summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
index d0d15171ac..f684f12dc7 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
@@ -8,14 +8,19 @@ LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ 8LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \
9 file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069" 9 file://COPYRIGHT;md5=029ad5428ba5efa20176b396222d4069"
10 10
11SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https" 11SRC_URI = "git://github.com/asciidoc/asciidoc-py3;protocol=https \
12 file://auto-catalogs.patch"
12SRCREV = "618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0" 13SRCREV = "618f6e6f6b558ed1e5f2588cd60a5a6b4f881ca0"
13PV .= "+py3-git${SRCPV}" 14PV .= "+py3-git${SRCPV}"
14 15
15DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native" 16DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
16 17
17S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
18 19
20# Tell xmllint where to find the DocBook XML catalogue, because right now it
21# opens /etc/xml/catalog on the host. Depends on auto-catalogs.patch
22export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/docbook-xml.xml file://${STAGING_ETCDIR_NATIVE}/xml/docbook-xsl.xml"
23
19# Not using automake 24# Not using automake
20inherit autotools-brokensep 25inherit autotools-brokensep
21CLEANBROKEN = "1" 26CLEANBROKEN = "1"