diff options
author | Petter Mabäcker <petter@technux.se> | 2015-07-08 18:10:39 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-07-19 14:52:19 +0200 |
commit | 83c9ed7dc712f1a725ee0265772a9e2035e39b36 (patch) | |
tree | f1c821add6d9d29596dc6dc4ab066ee8d489ea0e | |
parent | 9182a217c95e101679cabb471808c8640cf4538e (diff) | |
download | meta-raspberrypi-83c9ed7dc712f1a725ee0265772a9e2035e39b36.tar.gz |
userland: bump SRCREV
Update to latest version of userland for rpi.
[Support #60]
Signed-off-by: Petter Mabäcker <petter@technux.se>
Acked-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 729c42a..dfb6701 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -5,7 +5,7 @@ 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 = "r4" | 8 | PR = "r5" |
9 | 9 | ||
10 | PROVIDES = "virtual/libgles2 \ | 10 | PROVIDES = "virtual/libgles2 \ |
11 | virtual/egl" | 11 | virtual/egl" |
@@ -13,7 +13,7 @@ COMPATIBLE_MACHINE = "raspberrypi" | |||
13 | 13 | ||
14 | SRCBRANCH = "master" | 14 | SRCBRANCH = "master" |
15 | SRCFORK = "raspberrypi" | 15 | SRCFORK = "raspberrypi" |
16 | SRCREV = "3b81b91c18ff19f97033e146a9f3262ca631f0e9" | 16 | SRCREV = "c2f27fb8e581f8e5af83bf28422553ade8f7a7c8" |
17 | 17 | ||
18 | SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 18 | SRC_URI = "git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |
19 | " | 19 | " |