summaryrefslogtreecommitdiffstats
path: root/meta-fsl-arm
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-12 20:40:11 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-17 16:07:03 -0300
commit00f8ff095b7f792f1f61a31e5ae5404bd3d5967c (patch)
treeef787ae239e73e3fc5c02bc12ce9736a5e900f61 /meta-fsl-arm
parentf876b1445ef8d4148eb0b343672a9222b8109741 (diff)
downloadmeta-freescale-00f8ff095b7f792f1f61a31e5ae5404bd3d5967c.tar.gz
amd-gpu-x11-bin-mx51: Add provides to 'virtual/libgl'
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>
Diffstat (limited to 'meta-fsl-arm')
-rw-r--r--meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 49fdaab9..79118c6e 100644
--- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -4,11 +4,12 @@
4DESCRIPTION = "GPU driver and apps for x11 on mx51" 4DESCRIPTION = "GPU driver and apps for x11 on mx51"
5LICENSE = "MIT" 5LICENSE = "MIT"
6SECTION = "libs" 6SECTION = "libs"
7PR = "r8" 7PR = "r9"
8 8
9#todo: Replace for correct AMD license 9#todo: Replace for correct AMD license
10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" 10LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
11DEPENDS = "virtual/libx11 libz160" 11DEPENDS = "virtual/libx11 libz160"
12PROVIDES = "virtual/libgl"
12RDEPENDS = "libz160" 13RDEPENDS = "libz160"
13 14
14SRC_URI = "file://${PN}-${PV}.tar.gz \ 15SRC_URI = "file://${PN}-${PV}.tar.gz \