diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-23 16:19:23 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-05-24 16:20:58 +0100 |
commit | 4f2dd0f0e8d09afcb08c5ec57f20c763814596df (patch) | |
tree | af2f0a4fec523480124280e7e11c5f318626f751 | |
parent | 45ece9cd0a1974747535d7b811ff31be18eded4b (diff) | |
download | meta-raspberrypi-4f2dd0f0e8d09afcb08c5ec57f20c763814596df.tar.gz |
userland: Update to latest
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 1176ef2..26bbfaf 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -16,7 +16,7 @@ COMPATIBLE_MACHINE = "raspberrypi" | |||
16 | 16 | ||
17 | SRCBRANCH = "master" | 17 | SRCBRANCH = "master" |
18 | SRCFORK = "raspberrypi" | 18 | SRCFORK = "raspberrypi" |
19 | SRCREV = "f0642e3b58d8a140a3f7621630c15fbfa794b19d" | 19 | SRCREV = "50d3cb5f4ee95a9513bb9f94d661947e9e6ac085" |
20 | 20 | ||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |