diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 12:10:50 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-02-12 12:10:50 -0200 |
| commit | 8d8bc3117a3550eaae126af7d541eb4f2879cbb5 (patch) | |
| tree | 9fdc9b2d7a536d53a02b706f09219c414725e0c3 | |
| parent | 601ec85a3f0cc26d1351743781d002ef66a25021 (diff) | |
| download | meta-freescale-8d8bc3117a3550eaae126af7d541eb4f2879cbb5.tar.gz | |
gpu-viv-g2d: 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: I01d12cc0d69def46044cb2bf9ef1d507f8274e6e
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc b/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc index e851577b0..f9a98974d 100644 --- a/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc +++ b/meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc | |||
| @@ -14,6 +14,7 @@ SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | |||
| 14 | PACKAGES += "libg2d" | 14 | PACKAGES += "libg2d" |
| 15 | 15 | ||
| 16 | # Inhibit warnings about files being stripped. | 16 | # Inhibit warnings about files being stripped. |
| 17 | INHIBIT_PACKAGE_STRIP = "1" | ||
| 17 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 18 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 18 | 19 | ||
| 19 | do_install () { | 20 | do_install () { |
