diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 22:58:40 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-10-21 22:58:40 +0200 |
commit | fcbb1e6e91959e506f5db8e5ec762941bbabd7b8 (patch) | |
tree | 4ec6fb4fd4b6adf6826e6ef6c76eb49e7f1d5a64 | |
parent | 7d2249a2e2e7b9d987c26abeb4a722bc6cfd1391 (diff) | |
download | meta-raspberrypi-fcbb1e6e91959e506f5db8e5ec762941bbabd7b8.tar.gz meta-raspberrypi-fcbb1e6e91959e506f5db8e5ec762941bbabd7b8.tar.bz2 meta-raspberrypi-fcbb1e6e91959e506f5db8e5ec762941bbabd7b8.zip |
userland: Bump revision
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 e431077..896229e 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -14,7 +14,7 @@ COMPATIBLE_MACHINE = "raspberrypi" SRCBRANCH = "master" SRCFORK = "raspberrypi" -SRCREV = "cc92dfd6c4e8e2d90c3903dccfe77f7274b8d1b7" +SRCREV = "40e377862410371a9962db79b81fd4f0f266430a" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |