]> code.ossystems Code Review - meta-freescale.git/commitdiff
amd-gpu-x11-bin-mx51: Add provides to 'virtual/libgl'
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 12 Sep 2012 23:40:11 +0000 (20:40 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 17 Sep 2012 19:07:03 +0000 (16:07 -0300)
The package provides the headers and libraries specific for mx5 SoCs
to use OpenGL ES2 and OpenVG however packages were not depending on
it. This includes the need provides field on the recipe to address the
issue.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb

index 49fdaab99c76cc87c4a3c284af95736ae0c13547..79118c6e18977e53d02bdac901463d18030f035c 100644 (file)
@@ -4,11 +4,12 @@
 DESCRIPTION = "GPU driver and apps for x11 on mx51"
 LICENSE = "MIT"
 SECTION = "libs"
-PR = "r8"
+PR = "r9"
 
 #todo: Replace for correct AMD license
 LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
 DEPENDS = "virtual/libx11 libz160"
+PROVIDES = "virtual/libgl"
 RDEPENDS = "libz160"
 
 SRC_URI = "file://${PN}-${PV}.tar.gz \