]> code.ossystems Code Review - meta-freescale.git/commitdiff
libfslparser: Fix package strip logic
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2014 14:11:36 +0000 (12:11 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Feb 2014 14:11:36 +0000 (12:11 -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: I116910aeb79d1e635367ba483bfabdc46a935eaf
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-multimedia/libfslparser/libfslparser.inc

index ca37667776a92e65cde29dc9b5c8002ba9263f49..3e2a0048f310d64ea4adf0b3983651a0b1ebde65 100644 (file)
@@ -12,6 +12,7 @@ SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
 # Choose between Soft Float-Point and Hard Float-Point
 EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}"
 
+INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
 python populate_packages_prepend() {