summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-02-12 12:09:55 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-12 12:09:55 -0200
commit2857a1ac3a2bff38d94eefbee0f70bf557a39ee8 (patch)
tree246d7d3a55e83af0a5ccd4487a183a8f32cbc5b6
parentef45304b3ca1a711fbcd3525fb05d2c80248a8b9 (diff)
downloadmeta-freescale-2857a1ac3a2bff38d94eefbee0f70bf557a39ee8.tar.gz
imx-test: Fix package strip logic
OE-Core has include a package.bbclass change which has changes the behaviour from the strip logic. This patch restore the old beaviour so we have same functional result as before. See http://patches.openembedded.org/patch/65311/ Change-Id: Ia66db7a90e30bc587e74b40dca8979fa82c20de9 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc
index eb3d02e99..c03e86561 100644
--- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc
+++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc
@@ -23,6 +23,7 @@ SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz \
23 23
24inherit module-base 24inherit module-base
25 25
26INHIBIT_PACKAGE_STRIP = "1"
26INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 27INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
27 28
28INCLUDE_DIR="-I${STAGING_INCDIR} \ 29INCLUDE_DIR="-I${STAGING_INCDIR} \