From 00f8ff095b7f792f1f61a31e5ae5404bd3d5967c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 12 Sep 2012 20:40:11 -0300 Subject: [PATCH] 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 --- .../amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 @@ 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 \ -- 2.40.1