[oe-commits] [meta-openembedded] 17/91: klibc_2.0.4: Silence Warning about klibc-xxx-so already stripped

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 16:47:19 UTC 2016


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

commit 36972191e813b3040ca8b406bbbdec624ccbf7b4
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: Fri Feb 12 00:01:10 2016 +0100

    klibc_2.0.4: Silence Warning about klibc-xxx-so already stripped
    
    Fixes:
    WARNING: File 'usr/lib/klibc-HWWIvOaMdZy4N4-6rLLHAB2TjFQ.so'
    from klibc  was already stripped, this will prevent future debugging!
    WARNING: File 'usr/lib/klibc/lib/klibc-HWWIvOaMdZy4N4-6rLLHAB2TjFQ.so'
    from klibc was already stripped, this will prevent future debugging!
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    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 3f47587..33be23c 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -38,6 +38,7 @@ do_configure () {
 
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+INSANE_SKIP_${PN} = "already-stripped"
 INSANE_SKIP_libklibc-dev = "dev-elf"
 KLIBC_ARCH = "${TARGET_ARCH}"
 KLIBC_ARCH_aarch64 = "arm64"

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


More information about the Openembedded-commits mailing list