[oe] [meta-oe][PATCH] utouch-frame: fix build errors associated with xmllint

Derek Straka derek at asterius.io
Thu Aug 11 19:14:39 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-oe/recipes-support/utouch/utouch-frame_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
index 8fc8733..9bd18fc 100644
--- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -16,5 +16,6 @@ PV = "1.1.2+git${SRCPV}"
 
 S = "${WORKDIR}/git/"
 
-# http://errors.yoctoproject.org/Errors/Details/74486/
-PNBLACKLIST[utouch-frame] ?= "BROKEN: Fails to execute xmllint"
+# 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'"
-- 
1.9.1




More information about the Openembedded-devel mailing list