[oe-commits] Koen Kooi : klibc: ensure package strip logic stays the same after oe-core package.bbclass changes

git at git.openembedded.org git at git.openembedded.org
Tue Feb 18 08:16:48 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 2397f51915252c00c4b86dc324feec76f61dcf22
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=2397f51915252c00c4b86dc324feec76f61dcf22

Author: Koen Kooi <koen.kooi at linaro.org>
Date:   Thu Jan 23 10:21:11 2014 +0100

klibc: ensure package strip logic stays the same after oe-core package.bbclass changes

See http://patches.openembedded.org/patch/65311/

Signed-off-by: Koen Kooi <koen.kooi at linaro.org>

---

 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 c2eabfa..983681a 100644
--- a/meta-initramfs/recipes-devtools/klibc/klibc.inc
+++ b/meta-initramfs/recipes-devtools/klibc/klibc.inc
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://usr/klibc/LICENSE;md5=d75181f10e998c21eb147f6d2e43ce8
 
 # Prevents do_package failures with:
 # debugsources.list: No such file or directory:
+INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
 KLIBC_ARCH = '${TARGET_ARCH}'



More information about the Openembedded-commits mailing list