summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-26 14:35:16 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-03-26 14:43:12 -0300
commit669267a7be9e50b0fd26c77f309a7d6ce12cd4be (patch)
treefb8dc6f81d0efce207265fdce7ebcf95c10632c5 /recipes-multimedia
parent2ea1d2c944c63a078a1921cf8b8abfbc04d5adaa (diff)
downloadmeta-fsl-arm-669267a7be9e50b0fd26c77f309a7d6ce12cd4be.tar.gz
libfslcodec: Don't try to split debug symbols
The debug symbol split now raises an error as bellow: ,----[ Error ] | Failed to write file: invalid section alignment | ERROR: debugedit failed with exit code 1 ... `---- This happens because the binaries from Freescale are stripped, to avoid it we need to avoid the debug splitting. Change-Id: I1a1aee2a8e3bf806455300c21e6e5c41eb543795 Reported-by: Michael Urbaniak <MikeU@ebtron.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb
index 183bf26..93b4370 100644
--- a/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb
+++ b/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb
@@ -14,6 +14,7 @@ SRC_URI[sha256sum] = "2a4a7248246ff37f30486f34918151f09493ecfcaeca0cd8155d5b5c93
14SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" 14SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
15 15
16PACKAGES_DYNAMIC = "${PN}-*" 16PACKAGES_DYNAMIC = "${PN}-*"
17INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
17 18
18do_install_append() { 19do_install_append() {
19 # FIXME: This link points to nowhere 20 # FIXME: This link points to nowhere