From 20155a5ccef3f5ac20deb010a290d612f6246771 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Fri, 13 Oct 2017 00:15:44 +0800 Subject: [PATCH] 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 Signed-off-by: Otavio Salvador --- recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ # Copyright (C) 2013-2016 Freescale Semiconductor +# Copyright 2017 NXP # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Freescale Multimedia VPU wrapper" -DEPENDS = "imx-vpu" +DEPENDS = "virtual/imxvpu" LICENSE = "Proprietary" SECTION = "multimedia" LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" -- 2.40.1