diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-02-10 00:11:11 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-03-13 19:42:56 +0200 |
commit | 7da69cff7c2b2a740bd88a10c6fbc3a171d0066f (patch) | |
tree | 58e23d989f037f23e04a4f2cc860a315f9b6af2e | |
parent | 592274937b774b4d98045eef1ef820a5c27253fd (diff) | |
download | meta-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.inc | 4 |
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 | ||
4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780" | 4 | LIC_FILES_CHKSUM = "file://LICENCE;md5=86e53f5f5909ee66900418028de11780" |
5 | 5 | ||
6 | PROVIDES = "virtual/libgl virtual/libgles2 virtual/egl" | 6 | PROVIDES = "virtual/libgles2 virtual/egl" |
7 | COMPATIBLE_MACHINE = "raspberrypi" | 7 | COMPATIBLE_MACHINE = "raspberrypi" |
8 | 8 | ||
9 | include ../common/firmware.inc | 9 | include ../common/firmware.inc |
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/raspberrypi/firmware.git;protocol=git;branch=master\ | |||
14 | 14 | ||
15 | S = "${WORKDIR}/git/${VCDIR}" | 15 | S = "${WORKDIR}/git/${VCDIR}" |
16 | 16 | ||
17 | INCPR = "r0" | 17 | INCPR = "r1" |
18 | 18 | ||
19 | inherit pkgconfig update-rc.d | 19 | inherit pkgconfig update-rc.d |
20 | 20 | ||