diff options
Diffstat (limited to 'recipes-multimedia/imx-parser')
-rw-r--r-- | recipes-multimedia/imx-parser/imx-parser_4.5.5.bb (renamed from recipes-multimedia/imx-parser/imx-parser_4.5.3.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-parser/imx-parser_4.5.3.bb b/recipes-multimedia/imx-parser/imx-parser_4.5.5.bb index ee0243dd..ddc83aa2 100644 --- a/recipes-multimedia/imx-parser/imx-parser_4.5.3.bb +++ b/recipes-multimedia/imx-parser/imx-parser_4.5.5.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | # Copyright (C) 2012-2018 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012-2018 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2012-2016 Freescale Semiconductor | 2 | # Copyright (C) 2012-2016 Freescale Semiconductor |
3 | # Copyright 2017, 2019 NXP | 3 | # Copyright (C) 2017, 2019 NXP |
4 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
5 | DESCRIPTION = "Freescale Multimedia parser libs" | 5 | DESCRIPTION = "Freescale Multimedia parser libs" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fd4b227530cd88a82af6a5982cfb724d" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" |
9 | 9 | ||
10 | # For backwards compatibility | 10 | # For backwards compatibility |
11 | PROVIDES += "libfslparser" | 11 | PROVIDES += "libfslparser" |
@@ -14,8 +14,8 @@ RPROVIDES_${PN} = "libfslparser" | |||
14 | RCONFLICTS_${PN} = "libfslparser" | 14 | RCONFLICTS_${PN} = "libfslparser" |
15 | 15 | ||
16 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" | 16 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true" |
17 | SRC_URI[md5sum] = "9659678b1a07a14558d55ed7e23e04d3" | 17 | SRC_URI[md5sum] = "0845c64d2b64c2822328e8bc8442f5b8" |
18 | SRC_URI[sha256sum] = "c6cb8a06acad73f50052d18cda02be729616218472f93974390622d6acea768e" | 18 | SRC_URI[sha256sum] = "33b8377a663b2ca749f40ef1164918335913e4de02a3857f2892707647d243de" |
19 | 19 | ||
20 | inherit fsl-eula-unpack autotools pkgconfig | 20 | inherit fsl-eula-unpack autotools pkgconfig |
21 | 21 | ||