[meta-freescale] [meta-fsl-arm][PATCH 12/25] libfslparser_3.0.9.bb: Update to 3.0.9

Otavio Salvador otavio at ossystems.com.br
Mon Oct 28 11:10:50 PDT 2013


From: Lauren Post <lauren.post at freescale.com>

Released wtih 3.10.9-1.0.0_alpha release

Change-Id: I056e872cfdf52ae54c8ff8e4bce8fe08494a6534
Signed-off-by: Lauren Post <lauren.post at freescale.com>
---
 recipes-multimedia/libfslparser/libfslparser_3.0.8.bb | 13 -------------
 recipes-multimedia/libfslparser/libfslparser_3.0.9.bb | 17 +++++++++++++++++
 2 files changed, 17 insertions(+), 13 deletions(-)
 delete mode 100644 recipes-multimedia/libfslparser/libfslparser_3.0.8.bb
 create mode 100644 recipes-multimedia/libfslparser/libfslparser_3.0.9.bb

diff --git a/recipes-multimedia/libfslparser/libfslparser_3.0.8.bb b/recipes-multimedia/libfslparser/libfslparser_3.0.8.bb
deleted file mode 100644
index 816c280..0000000
--- a/recipes-multimedia/libfslparser/libfslparser_3.0.8.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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)"
diff --git a/recipes-multimedia/libfslparser/libfslparser_3.0.9.bb b/recipes-multimedia/libfslparser/libfslparser_3.0.9.bb
new file mode 100644
index 0000000..b494b08
--- /dev/null
+++ b/recipes-multimedia/libfslparser/libfslparser_3.0.9.bb
@@ -0,0 +1,17 @@
+# Copyright (C) 2013 Freescale Semiconductor
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require recipes-multimedia/libfslparser/libfslparser.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=93b784b1c11b3fffb1638498a8dde3f6"
+
+SRC_URI = "${FSL_MIRROR}/${PN}-3.10.9-1.0.0.bin;fsl-eula=true"
+S = "${WORKDIR}/${PN}-3.10.9-1.0.0"
+
+SRC_URI[md5sum] = "655970eb7389860a58cfd3c1e7d3efcf"
+SRC_URI[sha256sum] = "bcef8a03d935ac52d2cba8b9aec664906d63cea31d37c05b0bad11dd38fbefca"
+
+# Choose between Soft Float-Point and Hard Float-Point
+EXTRA_OECONF = "${@bb.utils.contains('TUNE_FEATURES', 'callconvention-hard', '--enable-fhw', '--enable-fsw', d)}"
+
+COMPATIBLE_MACHINE = "(mx28|mx5|mx6)"
-- 
1.8.4.rc3




More information about the meta-freescale mailing list