[oe] [PATCH] meta-oe: cunit: delete *.la files

Martin Jansa martin.jansa at gmail.com
Thu Mar 3 09:15:35 UTC 2016


On Thu, Mar 03, 2016 at 09:46:27AM +0100, Anders Roxell wrote:
> 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

Can we use remove-libtool bbclass instead?

Also meta-oe: doesn't belong to commit summary (only as [meta-oe] tag in e-mail)

> 
> Suggested-by: Koen Kooi <koen.kooi at linaro.org>
> Signed-off-by: Anders Roxell <anders.roxell at linaro.org>
> ---
>  meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb | 5 +++--
>  1 file changed, 3 insertions(+), 2 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..ad62e52 100644
> --- a/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
> +++ b/meta-oe/recipes-devtools/cunit/cunit_2.1-3.bb
> @@ -18,5 +18,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)"
> +do_install_append() {
> +    find ${D} -name "*.la" -delete
> +}
> -- 
> 2.1.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20160303/bd946f27/attachment-0002.sig>


More information about the Openembedded-devel mailing list