From 5912f0f891c18d364085328e8c10ea2d37f09d6d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 22 Feb 2016 14:06:55 +0100 Subject: [PATCH] cunit: Blacklist Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb b/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb index 085f4be893..ab8cf764be 100644 --- a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb @@ -17,3 +17,6 @@ EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-con FILES_${PN}-dev += "${datadir}/CUnit" FILES_${PN}-doc += "${docdir}" + +# http://errors.yoctoproject.org/Errors/Details/35136/ +PNBLACKLIST[cunit] ?= "BROKEN: QA Issue: libcunit.la failed sanity test (workdir)"