summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-02-10 00:11:11 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2013-03-13 19:42:56 +0200
commit7da69cff7c2b2a740bd88a10c6fbc3a171d0066f (patch)
tree58e23d989f037f23e04a4f2cc860a315f9b6af2e
parent592274937b774b4d98045eef1ef820a5c27253fd (diff)
downloadmeta-raspberrypi-7da69cff7c2b2a740bd88a10c6fbc3a171d0066f.tar.gz
vc-graphics.inc: There is no libgl so get rid of this PROVIDES
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bcm/vc-graphics/vc-graphics.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc
index 915b7c1..28c95a1 100644
--- a/recipes-bcm/vc-graphics/vc-graphics.inc
+++ b/recipes-bcm/vc-graphics/vc-graphics.inc
@@ -3,7 +3,7 @@ LICENSE = "Proprietary"
3 3
4LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780" 4LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780"
5 5
6PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" 6PROVIDES = "virtual/libgles2 virtual/egl"
7COMPATIBLE_MACHINE = "raspberrypi" 7COMPATIBLE_MACHINE = "raspberrypi"
8 8
9include ../common/firmware.inc 9include ../common/firmware.inc
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master\
14 14
15S = "${WORKDIR}/git/${VCDIR}" 15S = "${WORKDIR}/git/${VCDIR}"
16 16
17INCPR = "r0" 17INCPR = "r1"
18 18
19inherit pkgconfig update-rc.d 19inherit pkgconfig update-rc.d
20 20