[oe-commits] [meta-openembedded] 03/66: mpich: fix QA issue and remove blacklist

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 17:31:18 UTC 2016


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

commit 93d85f6999d1d4eb8c5183c0ecb03c94253c8f71
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Thu Sep 22 16:13:06 2016 +0800

    mpich: fix QA issue and remove blacklist
    
    Remove the reference of S from .la and DEBUG_PREFIX_MAP
    from .pc file to avoid QA issues.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
index ead1f61..1dee6bd 100644
--- a/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
+++ b/meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb
@@ -36,5 +36,7 @@ do_configure_prepend() {
     exit
 }
 
-# http://errors.yoctoproject.org/Errors/Details/35146/
-PNBLACKLIST[mpich] ?= "BROKEN: QA Issue: libmpi.la failed sanity test (workdir), QA Issue: mpich.pc failed sanity test (tmpdir)"
+do_install_append() {
+    sed -i 's,${S}/,,g' ${D}/${libdir}/libmpi.la
+    sed -i 's,${DEBUG_PREFIX_MAP},,g' ${D}/${libdir}/pkgconfig/mpich.pc
+}

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


More information about the Openembedded-commits mailing list