From cf08433a22de0538d96f7959fb7a677b59b3f267 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 12 Feb 2014 12:11:36 -0200 Subject: 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 --- recipes-multimedia/libfslparser/libfslparser.inc | 1 + 1 file changed, 1 insertion(+) 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" # 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() { -- cgit v1.2.3-54-g00ecf