summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-08-11 14:13:27 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-15 12:44:09 +0200
commitf849b9fd1eb53cacb9c0b0205e1b469ec1d53779 (patch)
treecee266dcb76f9ccf6053b2f8d5af87f69b125a51 /meta-oe
parentb76cee6e59e87c4c73f62a275eed4c51c15dab13 (diff)
downloadmeta-openembedded-f849b9fd1eb53cacb9c0b0205e1b469ec1d53779.tar.gz
utouch-frame,utouch-mtview: Blacklist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/utouch/utouch-frame_git.bb3
-rw-r--r--meta-oe/recipes-support/utouch/utouch-mtview_git.bb2
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
index d9b38ae20..8fc873371 100644
--- a/meta-oe/recipes-support/utouch/utouch-frame_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
@@ -15,3 +15,6 @@ SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
15PV = "1.1.2+git${SRCPV}" 15PV = "1.1.2+git${SRCPV}"
16 16
17S = "${WORKDIR}/git/" 17S = "${WORKDIR}/git/"
18
19# http://errors.yoctoproject.org/Errors/Details/74486/
20PNBLACKLIST[utouch-frame] ?= "BROKEN: Fails to execute xmllint"
diff --git a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
index 8cb180dc8..2f387d03b 100644
--- a/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
+++ b/meta-oe/recipes-support/utouch/utouch-mtview_git.bb
@@ -17,3 +17,5 @@ DEPENDS += "mtdev utouch-frame utouch-evemu libx11"
17PV = "1.1.7+git${SRCPV}" 17PV = "1.1.7+git${SRCPV}"
18 18
19S = "${WORKDIR}/git/" 19S = "${WORKDIR}/git/"
20
21PNBLACKLIST[utouch-mtview] ?= "Depends on broken utouch-frame"