diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-18 17:43:34 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:25 -0300 |
commit | 4aa45cd1f79113841e7901ecb95c206943cba989 (patch) | |
tree | 9950248bf5892ea8ae8302eb5c3b5f30f8f9e1d2 /recipes-graphics | |
parent | e3ade910443a43bc25521f9e31946b463140a947 (diff) | |
download | meta-freescale-4aa45cd1f79113841e7901ecb95c206943cba989.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>
Diffstat (limited to 'recipes-graphics')
-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 86f88240..beb28051 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" |