diff options
author | Awais Belal <awais_belal@mentor.com> | 2016-08-19 16:08:13 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-20 16:06:03 +0100 |
commit | 0c9f39cc8f92ccf30209115e1ccf46220c018388 (patch) | |
tree | a47b774e74759387481f827e540d72f0597ec1da /meta/recipes-extended | |
parent | fe4e56b0eb9748b1286fdf7949b7958ba8136191 (diff) | |
download | poky-0c9f39cc8f92ccf30209115e1ccf46220c018388.tar.gz |
asciidoc-native: add dependency on docbook-xml-dtd4-native
During the compilation phase asciidoc runs a2x for validation
of some xmls which in turn invokes xmllint with --nonet
parameter that requires DTDs to be available locally in order
to succeed otherwise the do_compile fails.
We now add a direct dependency on docbook-xml-dtd4 so the
DTDs are always available locally.
(From OE-Core rev: 14be679c7b8241b2d0872242ed358e5eb4f7acac)
Signed-off-by: Awais Belal <awais_belal@mentor.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.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb index 1500b0ac06..7597c0e57d 100644 --- a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb +++ b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb | |||
@@ -16,5 +16,6 @@ SRC_URI[sha256sum] = "78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323ca | |||
16 | inherit distutils autotools-brokensep | 16 | inherit distutils autotools-brokensep |
17 | 17 | ||
18 | export DESTDIR = "${D}" | 18 | export DESTDIR = "${D}" |
19 | DEPENDS_class-native = "docbook-xml-dtd4-native" | ||
19 | RDEPENDS_${PN} += "python" | 20 | RDEPENDS_${PN} += "python" |
20 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |