From 67b3b998eeedd93d3bcd1728af3495fb4a3a23de Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Thu, 24 Dec 2015 15:17:14 +0800 Subject: 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 Signed-off-by: Otavio Salvador --- .../libfslvpuwrap/libfslvpuwrap_1.0.61.bb | 23 ---------------------- .../libfslvpuwrap/libfslvpuwrap_1.0.62.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb create mode 100644 recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb deleted file mode 100644 index 9fffd3d..0000000 --- a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.61.bb +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (C) 2013-2015 Freescale Semiconductor -# Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "imx-vpu" -LICENSE = "Proprietary" -SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=01ba08a2b77c3a0a9d0ab5d4d83fed64" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" -S = "${WORKDIR}/${PN}-${PV}" - -SRC_URI[md5sum] = "313c0e709f53b565270070e4206e0fa8" -SRC_URI[sha256sum] = "e4bfe218d17ec66acf8cd97d08fef8ef71ab6762d4c8cf0d0193eca5f599b4c9" - -inherit fsl-eula-unpack autotools pkgconfig - -do_install_append() { - # FIXME: Drop examples for now - rm -r ${D}${datadir} -} - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6q|mx6dl)" diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb new file mode 100644 index 0000000..1f34b47 --- /dev/null +++ b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.62.bb @@ -0,0 +1,23 @@ +# Copyright (C) 2013-2015 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) +DESCRIPTION = "Freescale Multimedia VPU wrapper" +DEPENDS = "imx-vpu" +LICENSE = "Proprietary" +SECTION = "multimedia" +LIC_FILES_CHKSUM = "file://COPYING;md5=01ba08a2b77c3a0a9d0ab5d4d83fed64" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" +S = "${WORKDIR}/${PN}-${PV}" + +SRC_URI[md5sum] = "6497758e27f72992a86ac918ce12db56" +SRC_URI[sha256sum] = "0717faccb5413dc95ce9ad919400095ecf722320478c924366793a6cc450ae16" + +inherit fsl-eula-unpack autotools pkgconfig + +do_install_append() { + # FIXME: Drop examples for now + rm -r ${D}${datadir} +} + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6q|mx6dl)" -- cgit v1.2.3-54-g00ecf