diff options
author | Lauren Post <lauren.post@nxp.com> | 2016-09-30 13:18:39 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-10-18 16:26:15 -0200 |
commit | 4bbd9dc4176cfe33b7c2a522a24cb51f5cd144ca (patch) | |
tree | 5f9cbf38cec1fa659724f8f9d5082029e6d7b5f4 /recipes-multimedia | |
parent | 788568791f6f9c0ec3aee9c7dd83828c9d0047c8 (diff) | |
download | meta-freescale-4bbd9dc4176cfe33b7c2a522a24cb51f5cd144ca.tar.gz |
imx-parser: Upgrade to 4.1.4
- Update license checksum to align to EULA
- Updates for coverity, memory leaks, corrupted content
Signed-off-by: Lauren Post <lauren.post@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser.inc | 2 | ||||
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.0.9.bb | 9 | ||||
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.1.4.bb | 9 |
3 files changed, 10 insertions, 10 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser.inc b/recipes-multimedia/imx-parser/imx-parser.inc index a71bbe13..e5a09e45 100644 --- a/recipes-multimedia/imx-parser/imx-parser.inc +++ b/recipes-multimedia/imx-parser/imx-parser.inc | |||
@@ -4,7 +4,7 @@ | |||
4 | DESCRIPTION = "Freescale Multimedia parser libs" | 4 | DESCRIPTION = "Freescale Multimedia parser libs" |
5 | LICENSE = "Proprietary" | 5 | LICENSE = "Proprietary" |
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" |
8 | 8 | ||
9 | # For backwards compatibility | 9 | # For backwards compatibility |
10 | PROVIDES += "libfslparser" | 10 | PROVIDES += "libfslparser" |
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.0.9.bb b/recipes-multimedia/imx-parser/imx-parser_4.0.9.bb deleted file mode 100644 index 16501726..00000000 --- a/recipes-multimedia/imx-parser/imx-parser_4.0.9.bb +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require imx-parser.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "184687baede96fe3919196c3f91d907c" | ||
7 | SRC_URI[sha256sum] = "1bec0101843db2e95d61e3dbe9e35172d874e54be19cc5d8bf72a735d5e3236f" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb b/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb new file mode 100644 index 00000000..b778f041 --- /dev/null +++ b/recipes-multimedia/imx-parser/imx-parser_4.1.4.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require imx-parser.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "fe8e9367887bf4a30decc6d0368ffbe9" | ||
7 | SRC_URI[sha256sum] = "d3a03e60780bbbd0c92932f60bd34d2fe14ffecf6aa6b810723c3edf798cad1f" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)" | ||