diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2013-05-16 12:30:43 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-05-28 11:00:50 -0300 |
commit | 3e607f1a428961818301378d138ba6f61bf400f6 (patch) | |
tree | b371c7298670a34d7c4162ec3e7a98b746063013 /recipes-multimedia/libfslcodec | |
parent | 2b9bdb207f83bc5da5a6087575e0682f3f2ae278 (diff) | |
download | meta-fsl-arm-3e607f1a428961818301378d138ba6f61bf400f6.tar.gz |
libfslcodec: 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: Iffb871c2a846391e8d628df5e3f1c9202ff29fa4
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
Diffstat (limited to 'recipes-multimedia/libfslcodec')
4 files changed, 9 insertions, 24 deletions
diff --git a/recipes-multimedia/libfslcodec/libfslcodec.inc b/recipes-multimedia/libfslcodec/libfslcodec.inc index abf775a..6fc368f 100644 --- a/recipes-multimedia/libfslcodec/libfslcodec.inc +++ b/recipes-multimedia/libfslcodec/libfslcodec.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/libfslcodec/libfslcodec_3.0.5.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.bb deleted file mode 100644 index 6631525..0000000 --- a/recipes-multimedia/libfslcodec/libfslcodec_3.0.5.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 libfslcodec.inc | ||
5 | |||
6 | PR = "${INC_PR}.1" | ||
7 | |||
8 | SRC_URI[md5sum] = "dc08b569175981fc0bd5f97986cfd543" | ||
9 | SRC_URI[sha256sum] = "2a4a7248246ff37f30486f34918151f09493ecfcaeca0cd8155d5b5c93245138" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.6.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.6.bb deleted file mode 100644 index 59534fa..0000000 --- a/recipes-multimedia/libfslcodec/libfslcodec_3.0.6.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Copyright (C) 2013 Freescale Semicondutors | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require libfslcodec.inc | ||
5 | |||
6 | PR = "${INC_PR}.0" | ||
7 | |||
8 | SRC_URI[md5sum] = "349bc30abbec37f78c167d99cfb5ee7b" | ||
9 | SRC_URI[sha256sum] = "899547c2a02a958b792785fe3396f30d6dfb4bb3833f3cd386e0dbe94edae422" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx28)" | ||
diff --git a/recipes-multimedia/libfslcodec/libfslcodec_3.0.7.bb b/recipes-multimedia/libfslcodec/libfslcodec_3.0.7.bb new file mode 100644 index 0000000..29f5130 --- /dev/null +++ b/recipes-multimedia/libfslcodec/libfslcodec_3.0.7.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | # Copyright (C) 2013 Freescale Semicondutors | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require libfslcodec.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "03bddd43219b4dea4f0e0fcdfed32ade" | ||
7 | SRC_URI[sha256sum] = "f42c63350b76397620d05c2b1c73506af07012d93191d5acbe82f8fb3d551b89" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx28|mx5|mx6)" | ||