From f849b9fd1eb53cacb9c0b0205e1b469ec1d53779 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 11 Aug 2016 14:13:27 +0200 Subject: [PATCH] utouch-frame,utouch-mtview: Blacklist Signed-off-by: Martin Jansa --- meta-oe/recipes-support/utouch/utouch-frame_git.bb | 3 +++ meta-oe/recipes-support/utouch/utouch-mtview_git.bb | 2 ++ 2 files changed, 5 insertions(+) diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb index d9b38ae204..8fc873371c 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" PV = "1.1.2+git${SRCPV}" S = "${WORKDIR}/git/" + +# http://errors.yoctoproject.org/Errors/Details/74486/ +PNBLACKLIST[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 8cb180dc8b..2f387d03bc 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" PV = "1.1.7+git${SRCPV}" S = "${WORKDIR}/git/" + +PNBLACKLIST[utouch-mtview] ?= "Depends on broken utouch-frame"