diff options
| author | Anders Roxell <anders.roxell@linaro.org> | 2016-03-03 11:56:34 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-07 13:02:18 +0100 |
| commit | 53ff13f3b1e2046f3b488991ea841e3df6be2c9e (patch) | |
| tree | 9319430779deda189e710bbf26632fba964c3a46 | |
| parent | 884c7871ca0167d0fba1699cbca1d5f25d201a1e (diff) | |
| download | meta-openembedded-53ff13f3b1e2046f3b488991ea841e3df6be2c9e.tar.gz | |
cunit: delete *.la files
Remove from blacklist and fix populate_sysroot issue:
ERROR: cunit-2.1-3-r0 do_populate_sysroot: QA Issue: libcunit.la failed
sanity test (workdir) in path
.../cunit/2.1-3-r0/sysroot-destdir/usr/lib [la]
ERROR: cunit-2.1-3-r0 do_populate_sysroot: QA staging was broken by the
package built above
ERROR: cunit-2.1-3-r0 do_populate_sysroot: Function failed: do_qa_staging
Suggested-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 5 |
1 files changed, 1 insertions, 4 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 ab8cf764be..c9d87e36d0 100644 --- a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb +++ b/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | |||
| @@ -11,12 +11,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/cunit/CUnit/${PV}/CUnit-${PV}.tar.bz2 \ | |||
| 11 | SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c" | 11 | SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c" |
| 12 | SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" | 12 | SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214" |
| 13 | 13 | ||
| 14 | inherit autotools-brokensep | 14 | inherit autotools-brokensep remove-libtool |
| 15 | 15 | ||
| 16 | EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console" | 16 | EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console" |
| 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)" | ||
