]> code.ossystems Code Review - meta-freescale.git/commitdiff
gpu-viv-g2d: Fix package strip logic
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2014 14:10:50 +0000 (12:10 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2014 14:10:50 +0000 (12:10 -0200)
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>
meta-fsl-arm/recipes-graphics/gpu-viv-g2d/gpu-viv-g2d.inc

index e851577b02d6e6bdb8cc90007cf4d7c0282d827e..f9a98974d8beeb59842ca93b13d376a62c189173 100644 (file)
@@ -14,6 +14,7 @@ SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
 PACKAGES += "libg2d"
 
 # Inhibit warnings about files being stripped.
+INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
 do_install () {