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

git at git.openembedded.org git at git.openembedded.org
Fri Aug 12 12:05:53 UTC 2016


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

commit 51db9b747595635ee4c1c2f079155ad65a7bca7f
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 | 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'"

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


More information about the Openembedded-commits mailing list