[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5048/8267] glibc: do the multilib_header magic also for bits/long-double.h



commit d37f41d8dbe294f5dab89ff33f10b55dff66c6c5
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Fri Mar 10 13:24:19 2017 +0200

    glibc: do the multilib_header magic also for bits/long-double.h
    
    Otherwise it will cause conflicts in mutlilib setting, as it
    varies from one machine to another.
    
    (From OE-Core rev: a3b19882e2f50089c785b1e2591550356c12a175)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/glibc/glibc-package.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc
index a674c23..5316bb1 100644
--- a/meta/recipes-core/glibc/glibc-package.inc
+++ b/meta/recipes-core/glibc/glibc-package.inc
@@ -82,7 +82,7 @@ do_install_append () {
                rmdir --ignore-fail-on-non-empty ${D}${libexecdir}
        fi
 
-       oe_multilib_header bits/syscall.h
+       oe_multilib_header bits/syscall.h bits/long-double.h
 
        if [ -f ${D}${bindir}/mtrace ]; then
                sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' -e '2s,exec.*perl,exec ${USRBINPATH}/env 
perl,' ${D}${bindir}/mtrace


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]