diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-05-16 12:32:11 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-28 11:00:50 -0300 |
commit | 1af4fa9662dc9bb504717c379c279af1c7e3a9f6 (patch) | |
tree | f989e1e26e7389dc421460152f7753d9a595e640 | |
parent | 3e607f1a428961818301378d138ba6f61bf400f6 (diff) | |
download | meta-fsl-arm-1af4fa9662dc9bb504717c379c279af1c7e3a9f6.tar.gz |
libfslparser: Update to version 3.0.7
The 3.0.7 version is compatible with MX28, MX53 and MX6 SoCs so we
move them all to this release.
Change-Id: Ic1086d4ffb87989c5ac060bab111ceb33da81279
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
4 files changed, 9 insertions, 27 deletions
diff --git a/recipes-multimedia/libfslparser/libfslparser.inc b/recipes-multimedia/libfslparser/libfslparser.inc index 6bfa502..66b1231 100644 --- a/recipes-multimedia/libfslparser/libfslparser.inc +++ b/recipes-multimedia/libfslparser/libfslparser.inc | |||
@@ -5,8 +5,6 @@ LICENSE = "Proprietary" | |||
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=ea4d5c069d7aef0838a110409ea78a01" | 6 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=ea4d5c069d7aef0838a110409ea78a01" |
7 | 7 | ||
8 | INC_PR = "r1" | ||
9 | |||
10 | inherit fsl-eula-unpack autotools pkgconfig | 8 | inherit fsl-eula-unpack autotools pkgconfig |
11 | 9 | ||
12 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 10 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
diff --git a/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb b/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb deleted file mode 100644 index d31c34b..0000000 --- a/recipes-multimedia/libfslparser/libfslparser_3.0.5.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | # Copyright (C) 2012-2013 Freescale Semicondutors | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | LIC_FILES_CHKSUM = "file://EULA.txt;md5=ea4d5c069d7aef0838a110409ea78a01" | ||
5 | |||
6 | require libfslparser.inc | ||
7 | |||
8 | PR = "${INC_PR}.0" | ||
9 | |||
10 | SRC_URI[md5sum] = "9fd8105530e1668ae91bd53a5b0d9807" | ||
11 | SRC_URI[sha256sum] = "d3139e28e453d2af04439e607cd12ad17e117144049c9a8add05a5a142c654ae" | ||
12 | |||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
14 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/recipes-multimedia/libfslparser/libfslparser_3.0.6.bb b/recipes-multimedia/libfslparser/libfslparser_3.0.6.bb deleted file mode 100644 index 4ebee3d..0000000 --- a/recipes-multimedia/libfslparser/libfslparser_3.0.6.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Copyright (C) 2012-2013 Freescale Semicondutors | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require libfslparser.inc | ||
5 | |||
6 | PR = "${INC_PR}.0" | ||
7 | |||
8 | SRC_URI[md5sum] = "eec29f1148f1e58fcceac11b2019280d" | ||
9 | SRC_URI[sha256sum] = "37c5ba29e2c68636d20a48cf743098ea2f490566af19a13db6da221a2792254b" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx28)" | ||
diff --git a/recipes-multimedia/libfslparser/libfslparser_3.0.7.bb b/recipes-multimedia/libfslparser/libfslparser_3.0.7.bb new file mode 100644 index 0000000..dcc3678 --- /dev/null +++ b/recipes-multimedia/libfslparser/libfslparser_3.0.7.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | # Copyright (C) 2012-2013 Freescale Semicondutors | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require libfslparser.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "320f6fd4bb45780e0e2b12ccce26113c" | ||
7 | SRC_URI[sha256sum] = "292c16d2a2e4159c97ef720cfb89900f4fa606e0e9220e0734f4251265638bc2" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx28|mx5|mx6)" | ||