diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-05-08 20:59:15 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-05-08 21:26:38 +0300 |
commit | c07c5cdbf334aa7381de09b7be4d4c7b82ea3264 (patch) | |
tree | 150a129cb1cdb15fb907805a1b1f75a2ec07a413 | |
parent | 4167e7e210166c6d898093598b59711dae6d77aa (diff) | |
download | meta-raspberrypi-c07c5cdbf334aa7381de09b7be4d4c7b82ea3264.tar.gz |
userland: Update to remote's HEAD
Change-Id: If0e36184c741da5d68c158e1fb582050f5835bf9
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 07c8381..a348090 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -11,7 +11,7 @@ PROVIDES = "virtual/libgles2 \ | |||
11 | virtual/egl" | 11 | virtual/egl" |
12 | COMPATIBLE_MACHINE = "raspberrypi" | 12 | COMPATIBLE_MACHINE = "raspberrypi" |
13 | 13 | ||
14 | SRCREV = "8181677fc08814cd5fcd1475ab73046f89f8dc80" | 14 | SRCREV = "eccb81050afd177da1923404b366c6226f29bfe0" |
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" |