[oe] [meta-initramfs][PATCH] klibc: silence QA Error about packaging

Andrea Adami andrea.adami at gmail.com
Tue Feb 9 00:48:26 UTC 2016


Keeping debian packaging-style we have a copy of klibc-xxx.so in libklibc-dev.
Wile there silence the warning about it being already stripped.

NOTE: klcc in OE is used as cross-compiler so the packaging is tweaked and
      there is no /bin/klcc for target (drifting from debian).

Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index a707ed5..654d9f1 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -38,6 +38,8 @@ do_configure () {
 
 INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+INSANE_SKIP_klibc += "already-stripped"
+INSANE_SKIP_libklibc-dev += "dev-elf"
 KLIBC_ARCH = "${TARGET_ARCH}"
 KLIBC_ARCH_aarch64 = "arm64"
 KLIBC_ARCH_armeb = "arm"
-- 
1.9.1




More information about the Openembedded-devel mailing list