diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-22 14:06:55 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:47:23 +0100 |
| commit | 5912f0f891c18d364085328e8c10ea2d37f09d6d (patch) | |
| tree | 55c1f599d55c916c1b446f34d800f0634a3ff3e4 | |
| parent | d0f7733160c8fe1a38ac85bc543925f12048b54b (diff) | |
| download | meta-openembedded-5912f0f891c18d364085328e8c10ea2d37f09d6d.tar.gz | |
cunit: Blacklist
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 17 | 17 | ||
| 18 | FILES_${PN}-dev += "${datadir}/CUnit" | 18 | FILES_${PN}-dev += "${datadir}/CUnit" |
| 19 | FILES_${PN}-doc += "${docdir}" | 19 | FILES_${PN}-doc += "${docdir}" |
| 20 | |||
| 21 | # http://errors.yoctoproject.org/Errors/Details/35136/ | ||
| 22 | PNBLACKLIST[cunit] ?= "BROKEN: QA Issue: libcunit.la failed sanity test (workdir)" | ||
