diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-12-24 15:17:14 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-11 18:07:36 -0200 |
commit | 67b3b998eeedd93d3bcd1728af3495fb4a3a23de (patch) | |
tree | 3f41448aa4e9a65518f50f75c511c88218a087ad | |
parent | c3aa06b31ccccbcd9cbf5a9df7f73bfd63f27e45 (diff) | |
download | meta-fsl-arm-67b3b998eeedd93d3bcd1728af3495fb4a3a23de.tar.gz |
libfslvpuwrap: Upgrade to 1.0.62 version
Add frame rate check and return failure if frame rate is invalid value (<=0)
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb (renamed from recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb index 9fffd3d..1f34b47 100644 --- a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb +++ b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb | |||
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=01ba08a2b77c3a0a9d0ab5d4d83fed64" | |||
9 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | 9 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" |
10 | S = "${WORKDIR}/${PN}-${PV}" | 10 | S = "${WORKDIR}/${PN}-${PV}" |
11 | 11 | ||
12 | SRC_URI[md5sum] = "313c0e709f53b565270070e4206e0fa8" | 12 | SRC_URI[md5sum] = "6497758e27f72992a86ac918ce12db56" |
13 | SRC_URI[sha256sum] = "e4bfe218d17ec66acf8cd97d08fef8ef71ab6762d4c8cf0d0193eca5f599b4c9" | 13 | SRC_URI[sha256sum] = "0717faccb5413dc95ce9ad919400095ecf722320478c924366793a6cc450ae16" |
14 | 14 | ||
15 | inherit fsl-eula-unpack autotools pkgconfig | 15 | inherit fsl-eula-unpack autotools pkgconfig |
16 | 16 | ||