[oe-commits] [meta-openembedded] 18/20: cunit: delete *.la files

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 12:55:04 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit a7ebfdccdbe1e1aba82a16e20f1c96ef594e5ca3
Author: Anders Roxell <anders.roxell at linaro.org>
AuthorDate: Thu Mar 3 11:56:34 2016 +0100

    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 at linaro.org>
    Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 5 +----
 1 file changed, 1 insertion(+), 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 ab8cf76..c9d87e3 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 \
 SRC_URI[md5sum] = "b5f1a9f6093869c070c6e4a9450cc10c"
 SRC_URI[sha256sum] = "f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214"
 
-inherit autotools-brokensep
+inherit autotools-brokensep remove-libtool
 
 EXTRA_OECONF = "--enable-memtrace --enable-automated --enable-basic --enable-console"
 
 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)"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list