summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-04-04 23:16:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-04-05 17:32:50 +0100
commita4ac9ce7de6b3f8409c48ef5767ea03ac30b398a (patch)
tree24b627a1e120de0427e04042110e3cc34f2157e3 /meta/recipes-extended
parentd79ab95065dbd5ea7f74461b161b37e129e669bb (diff)
downloadpoky-a4ac9ce7de6b3f8409c48ef5767ea03ac30b398a.tar.gz
asciidoc: use correct XML catalog path
Now that docbook-xml and docbook-xsl are writing catalog files, tell xmllint/xsltproc where the catalog is. (From OE-Core rev: e60ec1dc23df918a7ec2e4572233ee12e73f4aff) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
index f684f12dc7..751bf0f19f 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
@@ -19,7 +19,7 @@ S = "${WORKDIR}/git"
19 19
20# Tell xmllint where to find the DocBook XML catalogue, because right now it 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 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" 22export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog"
23 23
24# Not using automake 24# Not using automake
25inherit autotools-brokensep 25inherit autotools-brokensep