diff mbox

[oe,meta-initramfs] klibc: ensure package strip logic stays the same after oe-core package.bbclass changes

Message ID 1390468871-32144-1-git-send-email-koen.kooi@linaro.org
State Accepted
Commit 2397f51915252c00c4b86dc324feec76f61dcf22
Headers show

Commit Message

Koen Kooi Jan. 23, 2014, 9:21 a.m. UTC
See http://patches.openembedded.org/patch/65311/

Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
---
 meta-initramfs/recipes-devtools/klibc/klibc.inc | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/meta-initramfs/recipes-devtools/klibc/klibc.inc b/meta-initramfs/recipes-devtools/klibc/klibc.inc
index bf37c0e..da9d994 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}'