summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-vpuwrap
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2017-10-13 00:15:44 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2017-10-16 14:27:29 -0200
commit20155a5ccef3f5ac20deb010a290d612f6246771 (patch)
tree011a2fc33d9c902a1005ee3b1311219ebb50b8f6 /recipes-multimedia/imx-vpuwrap
parentb33b15e13359cf4e23f8dfdd4ae323933bb26590 (diff)
downloadmeta-freescale-20155a5ccef3f5ac20deb010a290d612f6246771.tar.gz
imx-vpuwrap: replace imx-vpu with virtual/imxvpu in DEPENDS
In order to support future VPUs on other SoC, replace imx-vpu with virtual/imxvpu. Signed-off-by: Jun Zhu <junzhu@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/imx-vpuwrap')
-rw-r--r--recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb
index 56b5b0a9..3c342315 100644
--- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb
+++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb
@@ -1,7 +1,8 @@
1# Copyright (C) 2013-2016 Freescale Semiconductor 1# Copyright (C) 2013-2016 Freescale Semiconductor
2# Copyright 2017 NXP
2# Released under the MIT license (see COPYING.MIT for the terms) 3# Released under the MIT license (see COPYING.MIT for the terms)
3DESCRIPTION = "Freescale Multimedia VPU wrapper" 4DESCRIPTION = "Freescale Multimedia VPU wrapper"
4DEPENDS = "imx-vpu" 5DEPENDS = "virtual/imxvpu"
5LICENSE = "Proprietary" 6LICENSE = "Proprietary"
6SECTION = "multimedia" 7SECTION = "multimedia"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" 8LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d"