diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 12:10:24 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 12:10:24 -0200 |
| commit | 601ec85a3f0cc26d1351743781d002ef66a25021 (patch) | |
| tree | 16acf5d8403a4370a42824524a903981f28ef12c | |
| parent | 2857a1ac3a2bff38d94eefbee0f70bf557a39ee8 (diff) | |
| download | meta-freescale-601ec85a3f0cc26d1351743781d002ef66a25021.tar.gz | |
gpu-viv-bin-mx6q: 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: If33c4d164b853caeb1c14557cd5db5a7f5694fdf
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc index 521896461..f661539b7 100644 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc +++ b/meta-fsl-arm/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | |||
| @@ -62,6 +62,7 @@ USE_DFB = "${@base_contains("DISTRO_FEATURES", "directfb", "yes", "no", d)}" | |||
| 62 | USE_WL = "${@base_contains("DISTRO_FEATURES", "wayland", "yes", "no", d)}" | 62 | USE_WL = "${@base_contains("DISTRO_FEATURES", "wayland", "yes", "no", d)}" |
| 63 | 63 | ||
| 64 | # Inhibit warnings about files being stripped. | 64 | # Inhibit warnings about files being stripped. |
| 65 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 65 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 66 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 66 | 67 | ||
| 67 | # FIXME: The provided binary doesn't provide soname. If in future BSP | 68 | # FIXME: The provided binary doesn't provide soname. If in future BSP |
