summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libfslparser
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-02-12 12:11:36 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-02-12 12:11:36 -0200
commitcf08433a22de0538d96f7959fb7a677b59b3f267 (patch)
tree6c89c3fa3b24ac54b947ce208809462d03168786 /recipes-multimedia/libfslparser
parentddc41dd07edb1a62207573946827cd93d5bb122d (diff)
downloadmeta-fsl-arm-cf08433a22de0538d96f7959fb7a677b59b3f267.tar.gz
libfslparser: 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: I116910aeb79d1e635367ba483bfabdc46a935eaf Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/libfslparser')
-rw-r--r--recipes-multimedia/libfslparser/libfslparser.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/libfslparser/libfslparser.inc b/recipes-multimedia/libfslparser/libfslparser.inc
index ca37667..3e2a004 100644
--- a/recipes-multimedia/libfslparser/libfslparser.inc
+++ b/recipes-multimedia/libfslparser/libfslparser.inc
@@ -12,6 +12,7 @@ SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
12# Choose between Soft Float-Point and Hard Float-Point 12# Choose between Soft Float-Point and Hard Float-Point
13EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}" 13EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}"
14 14
15INHIBIT_PACKAGE_STRIP = "1"
15INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 16INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
16 17
17python populate_packages_prepend() { 18python populate_packages_prepend() {