]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-gpu-viv: Add dependency on libpng
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 18 Jan 2016 19:43:34 +0000 (17:43 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:25 +0000 (15:03 -0300)
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>
recipes-graphics/imx-gpu-viv/imx-gpu-viv.inc

index 86f8824083873345d4eed2f9b9cbbb5d71a7d8ed..beb28051a45b5adbf39bde8edc1a76eb0273cd41 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2012-2015 Freescale Semiconductor
-# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
+# Copyright (C) 2012-2016 O.S. Systems Software LTDA.
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 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;
 
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'x11', 'virtual/libx11 libxdamage libxext libxfixes mesa', \
                              base_contains('DISTRO_FEATURES', 'wayland', 'wayland', \
-                                           '', d), d)}"
+                                           '', d), d)} \
+            libpng"
 
 EXTRA_PROVIDES = ""
 EXTRA_PROVIDES_mx6q  = " virtual/libgl virtual/libgles1 virtual/libgles2"