]> code.ossystems Code Review - meta-freescale.git/commitdiff
libfslcodec: Don't try to split debug symbols
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 Mar 2013 17:35:16 +0000 (14:35 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 26 Mar 2013 17:43:12 +0000 (14:43 -0300)
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>
meta-fsl-arm/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb

index 183bf26a0a21db62b8b52017b83e6c437538c743..93b4370a181227881b895c557028b076633d640a 100644 (file)
@@ -14,6 +14,7 @@ SRC_URI[sha256sum] = "2a4a7248246ff37f30486f34918151f09493ecfcaeca0cd8155d5b5c93
 SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true"
 
 PACKAGES_DYNAMIC = "${PN}-*"
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
 do_install_append() {
        # FIXME: This link points to nowhere