summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb
diff options
context:
space:
mode:
authorZan Dobersek <zdobersek@igalia.com>2020-12-07 15:29:18 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-12-11 17:43:58 -0300
commit705102c901a5171c13c07816036294485ec601c4 (patch)
tree5ceeb024b4fac964437be10a4154e0fd83f6329f /recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb
parentb4413043d7331a59903ebb053f366ec7fc361401 (diff)
downloadmeta-freescale-705102c901a5171c13c07816036294485ec601c4.tar.gz
imx-vpuwrap: update to NXP's MM_04.05.06_2008_L5.4.47 branch
Update imx-vpuwrap package to use the MM_04.05.06_2008_L5.4.47 branch. Version also increases to 4.5.6. Signed-off-by: Zan Dobersek <zdobersek@igalia.com>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb
deleted file mode 100644
index 06f97b09..00000000
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_4.5.5.bb
+++ /dev/null
@@ -1,29 +0,0 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright (C) 2017-2020 NXP
3# Released under the MIT license (see COPYING.MIT for the terms)
4
5DESCRIPTION = "Freescale Multimedia VPU wrapper"
6LICENSE = "Proprietary"
7SECTION = "multimedia"
8LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9"
9
10DEPENDS = "virtual/imxvpu"
11DEPENDS_append_mx8mp = " imx-vpu-hantro-vc"
12
13SRC_URI = "git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH}"
14
15SRCBRANCH = "MM_04.05.05_2005_L5.4.24"
16SRCREV = "76225d8e15b2b72cd11ce073706473473e446294"
17
18S = "${WORKDIR}/git"
19
20inherit autotools pkgconfig
21
22do_install_append() {
23 # FIXME: Drop examples for now
24 rm -r ${D}${datadir}
25}
26
27PACKAGE_ARCH = "${MACHINE_ARCH}"
28
29COMPATIBLE_MACHINE = "(imxvpu)"