]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
asciidoc: set CLEANBROKEN to fix rebuild rbt/ascii
authorRobert Yang <liezhi.yang@windriver.com>
Tue, 20 Sep 2016 09:47:01 +0000 (02:47 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Tue, 20 Sep 2016 10:27:50 +0000 (03:27 -0700)
commit8aca9a43cc476fe3e2fc1901176fbe4c48e1231c
treee35fde47bad25b3feeda55133126213806d480f9
parent5ac0604fdc7d5b783011c43d476210b427b5dae0
asciidoc: set CLEANBROKEN to fix rebuild

The make clean removes doc/a2x.1 and doc/asciidoc.1, then it would cause
build failures since in the second build:
Fixing CONF_DIR in asciidoc.py
Fixing CONF_DIR in a2x.py
python a2x.py -f manpage doc/a2x.1.txt
a2x: ERROR: "xmllint" --nonet --noout --valid "/path/to/asciidoc-native/8.6.9-r0/asciidoc-8.6.9/doc/a2x.1.xml" returned non-zero exit status 4
make: *** [doc/a2x.1] Error 1

The xmllint failed because "--nonext" is used:
I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
/buildarea/lyang1/test_arm/tmp/work/x86_64-linux/asciidoc-native/8.6.9-r0/asciidoc-8.6.9/doc/a2x.1.xml:2: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"

Avoid running make clean will fix the problem.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-extended/asciidoc/asciidoc_8.6.9.bb