diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2016-02-12 00:01:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:45 +0100 |
commit | 36972191e813b3040ca8b406bbbdec624ccbf7b4 (patch) | |
tree | bf2492f3699b060a112a247670c3362e424f7d5a /meta-initramfs | |
parent | e1a1fa2383d6d261404670740820da91b0c49dca (diff) | |
download | meta-openembedded-36972191e813b3040ca8b406bbbdec624ccbf7b4.tar.gz |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-initramfs')
-rw-r--r-- | meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc index 3f4758700..33be23c35 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc.inc +++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc | |||
@@ -38,6 +38,7 @@ do_configure () { | |||
38 | 38 | ||
39 | INHIBIT_PACKAGE_STRIP = "1" | 39 | INHIBIT_PACKAGE_STRIP = "1" |
40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 40 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
41 | INSANE_SKIP_${PN} = "already-stripped" | ||
41 | INSANE_SKIP_libklibc-dev = "dev-elf" | 42 | INSANE_SKIP_libklibc-dev = "dev-elf" |
42 | KLIBC_ARCH = "${TARGET_ARCH}" | 43 | KLIBC_ARCH = "${TARGET_ARCH}" |
43 | KLIBC_ARCH_aarch64 = "arm64" | 44 | KLIBC_ARCH_aarch64 = "arm64" |