diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-01-23 10:21:11 +0100 |
---|---|---|
committer | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-02-17 15:36:43 +0000 |
commit | 2397f51915252c00c4b86dc324feec76f61dcf22 (patch) | |
tree | 7b9a306ed1d1655b1e39792bf765469883df3a19 | |
parent | dd1ca18fb9ced69f027897d97e073d2107a9f1fd (diff) | |
download | meta-openembedded-2397f51915252c00c4b86dc324feec76f61dcf22.tar.gz |
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@linaro.org>
-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 c2eabfa48..983681a1b 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 | |||
8 | 8 | ||
9 | # Prevents do_package failures with: | 9 | # Prevents do_package failures with: |
10 | # debugsources.list: No such file or directory: | 10 | # debugsources.list: No such file or directory: |
11 | INHIBIT_PACKAGE_STRIP = "1" | ||
11 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 12 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
12 | 13 | ||
13 | KLIBC_ARCH = '${TARGET_ARCH}' | 14 | KLIBC_ARCH = '${TARGET_ARCH}' |