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

git at git.openembedded.org git at git.openembedded.org
Mon Aug 15 10:58:18 UTC 2016


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

commit db228f5b460351b2414a164f62bff46df262be8e
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 +++--
 meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 2 --
 2 files changed, 3 insertions(+), 4 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..8321291 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/true'"
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
index 2f387d0..8cb180d 100644
--- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -17,5 +17,3 @@ DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
 PV = "1.1.7+git${SRCPV}"
 
 S = "${WORKDIR}/git/"
-
-PNBLACKLIST[utouch-mtview] ?= "Depends on broken utouch-frame"

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


More information about the Openembedded-commits mailing list