From b1edff7ec98fec1c969f6f2736a79d38aee75580 Mon Sep 17 00:00:00 2001 From: Zidan Wang Date: Thu, 22 Jan 2015 15:58:21 +0800 Subject: libfslvpuwrap: Upgrade to 1.0.57 version New feature for 1.0.57 version: * Add workaround for rmvb decode timeout issue when no enough frame buffer. * Re-enable the detection of resolution change due to the latest firmware. Signed-off-by: Zidan Wang Signed-off-by: Otavio Salvador --- .../libfslvpuwrap/libfslvpuwrap_1.0.54.bb | 23 ---------------------- .../libfslvpuwrap/libfslvpuwrap_1.0.57.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.54.bb create mode 100644 recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb (limited to 'recipes-multimedia/libfslvpuwrap') diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.54.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.54.bb deleted file mode 100644 index 008911e..0000000 --- a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.54.bb +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright (C) 2013, 2014 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://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" -S = "${WORKDIR}/${PN}-${PV}" - -SRC_URI[md5sum] = "b07a2d4e7bf44225353106ed209f6dac" -SRC_URI[sha256sum] = "eef2cc0c65d96d3a0f75d7134eef8ef0099ece2502d093fc13739edcb343e1dd" - -inherit fsl-eula-unpack autotools pkgconfig - -do_install_append() { - # FIXME: Drop examples for now - rm -r ${D}${datadir}/imx-mm -} - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6q|mx6dl)" diff --git a/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb new file mode 100644 index 0000000..661610a --- /dev/null +++ b/recipes-multimedia/libfslvpuwrap/libfslvpuwrap_1.0.57.bb @@ -0,0 +1,23 @@ +# Copyright (C) 2013, 2014 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://EULA.txt;md5=93b784b1c11b3fffb1638498a8dde3f6" + +SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" +S = "${WORKDIR}/${PN}-${PV}" + +SRC_URI[md5sum] = "d1128194e2b5bf88abfa1386836956bd" +SRC_URI[sha256sum] = "d73f70b7d5a0148b9dde8776f63a1d492c5914df5465114ee24e7ce403850dfa" + +inherit fsl-eula-unpack autotools pkgconfig + +do_install_append() { + # FIXME: Drop examples for now + rm -r ${D}${datadir}/imx-mm +} + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_MACHINE = "(mx6q|mx6dl)" -- cgit v1.2.3-54-g00ecf