diff options
| author | Jun Zhu <junzhu@nxp.com> | 2017-10-13 00:15:44 +0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-16 14:27:29 -0200 |
| commit | 20155a5ccef3f5ac20deb010a290d612f6246771 (patch) | |
| tree | 011a2fc33d9c902a1005ee3b1311219ebb50b8f6 | |
| parent | b33b15e13359cf4e23f8dfdd4ae323933bb26590 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_1.0.68.bb | 3 |
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 56b5b0a97..3c3423151 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) |
| 3 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 4 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
| 4 | DEPENDS = "imx-vpu" | 5 | DEPENDS = "virtual/imxvpu" |
| 5 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
| 6 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d" |
