summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
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
commit01dcb3b5d9999f3b1424e586e6f32ce19407dfef (patch)
treeef56844fb63a8ffd0e2011a52d496babd6889695 /recipes-bsp/imx-test
parent2f6506bf0f77dabb3b97c0c98d337d2c3359cf9b (diff)
downloadmeta-fsl-arm-01dcb3b5d9999f3b1424e586e6f32ce19407dfef.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>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index eb3d02e..c03e865 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/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} \