[oe-commits] [meta-openembedded] 03/44: klibc: fix install destination in 64bit env

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 14:46:21 UTC 2016


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

commit da9ff5cbc5263cb09350a386398b6e23aee5006d
Author: Michael Walle <michael at walle.cc>
AuthorDate: Fri Jul 15 11:58:30 2016 +0200

    klibc: fix install destination in 64bit env
    
    klibc installs everything into /usr/lib by default. But the recipe assumes
    it installs to ${libdir} which is /usr/lib64 in 64bit environment. Package
    generation fails badly in this case. Set INSTALLDIR to fix this.
    
    Signed-off-by: Michael Walle <michael at walle.cc>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index 65ee868..f00e31a 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -27,6 +27,7 @@ EXTRA_OEMAKE = "'KLIBCARCH=${KLIBC_ARCH}' \
                 'KLIBCLIBGCC=${STAGING_DIR_TARGET}${libdir}/${TARGET_SYS}/*/libgcc.a' \
                 'prefix=${exec_prefix}' \
                 'INSTALLROOT=${D}' \
+                'INSTALLDIR=${libdir}/klibc' \
                 'SHLIBDIR=${libdir}' \
                 "
 

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


More information about the Openembedded-commits mailing list