diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-18 17:43:34 -0200 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-02-11 18:09:47 -0200 |
| commit | c03c371fa6d2acddde23e398db721946b5274a84 (patch) | |
| tree | cba8bee57d58826a1043edadb1b1be2cf9ca393a | |
| parent | fb876436d331a3723a9dff4fed16c2ca7f52d75e (diff) | |
| download | meta-fsl-arm-c03c371fa6d2acddde23e398db721946b5274a84.tar.gz | |
imx-gpu-viv: Add dependency on libpng
This fixes following warning, found on O.S. Systems' autobuilder:
,----
| WARNING: QA Issue: imx-gpu-viv-tools-apitrace rdepends on libpng, but
| it isn't a build dependency? [build-deps]
`----
Series-to: meta-fsl
Series-prefix: meta-fsl-arm
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc index e2713c9..9c69d12 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Copyright (C) 2012-2015 Freescale Semiconductor | 1 | # Copyright (C) 2012-2015 Freescale Semiconductor |
| 2 | # Copyright (C) 2012-2014 O.S. Systems Software LTDA. | 2 | # Copyright (C) 2012-2016 O.S. Systems Software LTDA. |
| 3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
| 4 | 4 | ||
| 5 | DESCRIPTION = "GPU driver and apps for imx6" | 5 | DESCRIPTION = "GPU driver and apps for imx6" |
| @@ -9,7 +9,8 @@ LIC_FILES_CHKSUM = "file://gpu-core/usr/include/gc_vdk.h;beginline=5;endline=11; | |||
| 9 | 9 | ||
| 10 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', \ | 10 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', \ |
| 11 | base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \ | 11 | base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \ |
| 12 | '', d), d)}" | 12 | '', d), d)} \ |
| 13 | libpng" | ||
| 13 | 14 | ||
| 14 | EXTRA_PROVIDES = "" | 15 | EXTRA_PROVIDES = "" |
| 15 | EXTRA_PROVIDES_mx6q = " virtual/libgl virtual/libgles1 virtual/libgles2" | 16 | EXTRA_PROVIDES_mx6q = " virtual/libgl virtual/libgles1 virtual/libgles2" |
