This change has been based on changes done in meta-fsl-bsp-release,
3.5.7 dylan branch, by Lauren Post <lauren.post@freescale.com> and Jun
Zhu <R01007@freescale.com>.
The file, used in SRC_URI, is from 3.5.7-1.0.0 BSP but its contents
explicitly say it is a 3.0.8 release so we use the source version to
avoid supporting different version from different kernel releases.
Change-Id: I205bff7e44e043e4f949611c605b18192293c6e6
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-# Copyright (C) 2012-2013 Freescale Semicondutors
+# Copyright (C) 2012-2013 Freescale Semiconductor
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "Freescale Multimedia parser libs"
LICENSE = "Proprietary"
+++ /dev/null
-# Copyright (C) 2012-2013 Freescale Semicondutors
-# Released under the MIT license (see COPYING.MIT for the terms)
-
-require libfslparser.inc
-
-SRC_URI[md5sum] = "320f6fd4bb45780e0e2b12ccce26113c"
-SRC_URI[sha256sum] = "292c16d2a2e4159c97ef720cfb89900f4fa606e0e9220e0734f4251265638bc2"
-
-COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"
--- /dev/null
+# Copyright (C) 2012-2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require libfslparser.inc
+
+# FIXME: Inspecting the source code the content is in fact 3.0.8
+SRC_URI = "${FSL_MIRROR}/${PN}-3.5.7-1.0.0.bin;fsl-eula=true"
+S = "${WORKDIR}/${PN}-3.5.7-1.0.0"
+
+SRC_URI[md5sum] = "67e02486fba970a922f1e0ab686b9ab0"
+SRC_URI[sha256sum] = "757640954637599159f7491942723a3bd59abd2474785f6ba31bbdd06d06fe45"
+
+COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"