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 | e0e48bbd8b4ab505f4935864b329b96383b690ba (patch) | |
tree | ed680aea06cbffa4fa231afc32d4a9baf9156203 | |
parent | 06392761a1abc9281b2da4ea680ed6f519ad7991 (diff) | |
download | meta-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.inc | 1 |
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" | |||
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 () { |