From 439afe48eace832a6f98c419b331f0c1027b362b Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 26 Dec 2018 10:39:45 +0100 Subject: Revert "imx-vpuwrap: Upgrade version form 4.3.4 to 4.4.2" This reverts commit 5a6074a815b83a443751bf97c910be71774a4404. This now lives in meta-freescale. Signed-off-by: Max Krummenacher --- .../imx-vpuwrap/imx-vpuwrap_4.4.2.bb | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb (limited to 'recipes-multimedia') diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb deleted file mode 100644 index f6d8be9..0000000 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright (C) 2013-2016 Freescale Semiconductor -# Copyright 2017 NXP -# Copyright 2018 (C) O.S. Systems Software LTDA. -# Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "virtual/imxvpu" -LICENSE = "Proprietary" -SECTION = "multimedia" -LIC_FILES_CHKSUM = "file://COPYING;md5=5ab1a30d0cd181e3408077727ea5a2db" - -# For backwards compatibility -PROVIDES += "libfslvpuwrap" -RREPLACES_${PN} = "libfslvpuwrap" -RPROVIDES_${PN} = "libfslvpuwrap" -RCONFLICTS_${PN} = "libfslvpuwrap" - -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" - -SRC_URI[md5sum] = "86d1829ef62ab51e187479bfea686874" -SRC_URI[sha256sum] = "85f01ebdf55e4bd7a7cc21eb5203dfcaa7b663f03ecdb8d5e54fbb995e3dc761" - -inherit fsl-eula-unpack autotools pkgconfig - -do_install_append() { - # FIXME: Drop examples for now - rm -r ${D}${datadir} -} - -INSANE_SKIP_imx-vpuwrap = "file-rdeps" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -COMPATIBLE_MACHINE = "(mx6q|mx6dl|mx8mq|mx8mm)" -- cgit v1.2.3