diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-13 16:38:47 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-11-13 18:24:39 +0200 |
commit | aa662e8575268c13461c9c036b83dcb253837e8f (patch) | |
tree | 142fef137e419c166f5e677007e5bdc5773e31ee | |
parent | bfe7d23dd1c96a6df3c7bb8eb56981dc5ff5e0c6 (diff) | |
download | meta-raspberrypi-aa662e8575268c13461c9c036b83dcb253837e8f.tar.gz |
userland: Update to HEAD on 2013-11-13
Change-Id: Ic618f8bc5365b9f787a230a2a3e0ccb92c17738a
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index c7ea522..18c74fa 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -5,13 +5,13 @@ vcos, openmaxil, vchiq_arm, bcm_host, WFC, OpenVG." | |||
5 | LICENSE = "Broadcom" | 5 | LICENSE = "Broadcom" |
6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f" | 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=957f6640d5e2d2acfce73a36a56cb32f" |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | PROVIDES = "virtual/libgles2 \ | 10 | PROVIDES = "virtual/libgles2 \ |
11 | virtual/egl" | 11 | virtual/egl" |
12 | COMPATIBLE_MACHINE = "raspberrypi" | 12 | COMPATIBLE_MACHINE = "raspberrypi" |
13 | 13 | ||
14 | SRCREV = "23baee63495aa685e7693467b7a5469ff5ca4481" | 14 | SRCREV = "628498eb6cf501554c98a5e6c7ea3855574fa43e" |
15 | SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ | 15 | SRC_URI = "git://github.com/raspberrypi/userland.git;protocol=git;branch=master \ |
16 | " | 16 | " |
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |