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>
This commit is contained in:
Koen Kooi 2014-01-23 10:21:11 +01:00 committed by Paul Eggleton
parent dd1ca18fb9
commit 2397f51915

View File

@ -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}'