[oe-commits] [meta-openembedded] 01/19: utouch-frame: fix build errors associated with xmllint

git at git.openembedded.org git at git.openembedded.org
Fri Aug 12 12:22:39 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit fc71e1efaf0bb766591dc258a3267cd4516c07b8
Author: Derek Straka <derek at asterius.io>
AuthorDate: Thu Aug 11 15:14:39 2016 -0400

    utouch-frame: fix build errors associated with xmllint
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/utouch/utouch-frame_git.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
index d9b38ae..9bd18fc 100644
--- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -15,3 +15,7 @@ SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
 PV = "1.1.2+git${SRCPV}"
 
 S = "${WORKDIR}/git/"
+
+# Fix non-deterministic issue with a2x being found in the environment (asciidoc-native)
+# and failing to complete xmllint due to missing dtd files
+EXTRA_OECONF = "ASCIIDOC='/bin/false'"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list