diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-31 09:52:06 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-11-08 11:59:38 +0100 |
commit | b9e6f04ce655395f9e7e1ab7cb049715170fec37 (patch) | |
tree | d2a7204af033003601496c45da404a828e1bf093 | |
parent | 00300d9df84e485c6049b0b927c389a89bd3431a (diff) | |
download | meta-raspberrypi-b9e6f04ce655395f9e7e1ab7cb049715170fec37.tar.gz |
userland: Update to latest master tip
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 3c63f94..7558851 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 = "2350bf2511fa49e177fb35c9613eef1b657a7506" | 19 | SRCREV = "2852d9ff5a9038021f1c22d95e8a9e3aad09893f" |
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} \ |