diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-16 14:23:00 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 0f452fba763f709e642d11db1e06bdcccfa79d6f (patch) | |
tree | ceb0ccd23ca4190a28d6107b90f153873c69af54 /recipes-multimedia | |
parent | 2c985c29e9b4b46aeb9fcd3821b4b271312ac023 (diff) | |
download | meta-freescale-0f452fba763f709e642d11db1e06bdcccfa79d6f.tar.gz |
libfslparser: Upgrade to 4.0.5 version
Released with 3.14.38-6QP_beta release.
Upgrade to 4.0.5 version.
Add the new MX7 SoC family in COMPATIBLE_MACHINE.
License updated to 2015.06 v8 so update license checksum.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r-- | recipes-multimedia/libfslparser/libfslparser.inc | 2 | ||||
-rw-r--r-- | recipes-multimedia/libfslparser/libfslparser_4.0.3.bb | 10 | ||||
-rw-r--r-- | recipes-multimedia/libfslparser/libfslparser_4.0.5.bb | 9 |
3 files changed, 10 insertions, 11 deletions
diff --git a/recipes-multimedia/libfslparser/libfslparser.inc b/recipes-multimedia/libfslparser/libfslparser.inc index d46330e4..3284a413 100644 --- a/recipes-multimedia/libfslparser/libfslparser.inc +++ b/recipes-multimedia/libfslparser/libfslparser.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=acdb807ac7275fe32f9f64992e111241" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=01ba08a2b77c3a0a9d0ab5d4d83fed64" |
8 | 8 | ||
9 | inherit fsl-eula-unpack autotools pkgconfig | 9 | inherit fsl-eula-unpack autotools pkgconfig |
10 | 10 | ||
diff --git a/recipes-multimedia/libfslparser/libfslparser_4.0.3.bb b/recipes-multimedia/libfslparser/libfslparser_4.0.3.bb deleted file mode 100644 index 790cb952..00000000 --- a/recipes-multimedia/libfslparser/libfslparser_4.0.3.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require recipes-multimedia/libfslparser/libfslparser.inc | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=acdb807ac7275fe32f9f64992e111241" | ||
6 | |||
7 | SRC_URI[md5sum] = "a0b0779edc543536de71898657072275" | ||
8 | SRC_URI[sha256sum] = "9db10ca6a61c8fdbe91b55b65d084dcbb5f9cfb58b088996c7dd2d6dc8385730" | ||
9 | |||
10 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/recipes-multimedia/libfslparser/libfslparser_4.0.5.bb b/recipes-multimedia/libfslparser/libfslparser_4.0.5.bb new file mode 100644 index 00000000..07bb951e --- /dev/null +++ b/recipes-multimedia/libfslparser/libfslparser_4.0.5.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | # Copyright (C) 2013-2015 Freescale Semiconductor | ||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | ||
3 | |||
4 | require libfslparser.inc | ||
5 | |||
6 | SRC_URI[md5sum] = "033209c9b91c6876187259686b7a449b" | ||
7 | SRC_URI[sha256sum] = "e7b28c398d320af195dc15273a3cebe6b381893359118093fac75ab87cf1afb1" | ||
8 | |||
9 | COMPATIBLE_MACHINE = "(mx6|mx7)" | ||