summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-12-26 10:39:45 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-01-04 13:40:32 +0100
commit439afe48eace832a6f98c419b331f0c1027b362b (patch)
treee0b3b929ccd14c3fdfad3decf5f872ae13949fd3 /recipes-multimedia
parent30a4fc5562d6545b5bc8c4e2b05dc524b95065c3 (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.4.2.bb32
1 files changed, 0 insertions, 32 deletions
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)"