diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 12:09:55 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 12:09:55 -0200 |
| commit | 2857a1ac3a2bff38d94eefbee0f70bf557a39ee8 (patch) | |
| tree | 246d7d3a55e83af0a5ccd4487a183a8f32cbc5b6 | |
| parent | ef45304b3ca1a711fbcd3525fb05d2c80248a8b9 (diff) | |
| download | meta-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.inc | 1 |
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 | ||
| 24 | inherit module-base | 24 | inherit module-base |
| 25 | 25 | ||
| 26 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 26 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 27 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 27 | 28 | ||
| 28 | INCLUDE_DIR="-I${STAGING_INCDIR} \ | 29 | INCLUDE_DIR="-I${STAGING_INCDIR} \ |
