summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-02-12 12:10:50 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-12 12:10:50 -0200
commite0e48bbd8b4ab505f4935864b329b96383b690ba (patch)
treeed680aea06cbffa4fa231afc32d4a9baf9156203
parent06392761a1abc9281b2da4ea680ed6f519ad7991 (diff)
downloadmeta-fsl-arm-e0e48bbd8b4ab505f4935864b329b96383b690ba.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--recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
index e851577..f9a9897 100644
--- a/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
+++ b/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc
@@ -14,6 +14,7 @@ SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
14PACKAGES += "libg2d" 14PACKAGES += "libg2d"
15 15
16# Inhibit warnings about files being stripped. 16# Inhibit warnings about files being stripped.
17INHIBIT_PACKAGE_STRIP = "1"
17INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 18INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
18 19
19do_install () { 20do_install () {