[OE-core] [PATCH] asciidoc-native: add dependency on docbook-xml-dtd4-native

Khem Raj raj.khem at gmail.com
Fri Aug 19 16:51:33 UTC 2016


> On Aug 19, 2016, at 4:08 AM, Awais Belal <awais_belal at mentor.com> wrote:
> 
> 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.
> 
> Signed-off-by: Awais Belal <awais_belal at mentor.com>
> ---
> meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb b/meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb
> index 1500b0a..7597c0e 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
> inherit distutils autotools-brokensep
> 
> export DESTDIR = "${D}"
> +DEPENDS_class-native = "docbook-xml-dtd4-native”

Make it DEPENDS_append_class-native

> RDEPENDS_${PN} += "python"
> BBCLASSEXTEND = "native"
> --
> 1.9.1
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160819/7d3d664a/attachment-0002.sig>


More information about the Openembedded-core mailing list