summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-11-20 23:43:41 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2018-11-21 17:56:52 +0200
commit7c94afee2b12a1cdef2f8c3c743c555af17a560b (patch)
treeb6d9a419f0cd8e2bb0a6989cb453edc24c182fba /recipes-graphics/userland/userland_git.bb
parent981376b1c43a97fbc7d0309ce1e97239dfd4f4f9 (diff)
downloadmeta-raspberrypi-7c94afee2b12a1cdef2f8c3c743c555af17a560b.tar.gz
userland: Update to latest master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-rw-r--r--recipes-graphics/userland/userland_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb
index ae65446..b921443 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -12,11 +12,11 @@ COMPATIBLE_MACHINE = "^rpi$"
12 12
13SRCBRANCH = "master" 13SRCBRANCH = "master"
14SRCFORK = "raspberrypi" 14SRCFORK = "raspberrypi"
15SRCREV = "409dfcd90bae0a09b1b8c1f718a532728d26cde2" 15SRCREV = "d574b51a60a075baefe863670466ee24e6c4256e"
16 16
17# Use the date of the above commit as the package version. Update this when 17# Use the date of the above commit as the package version. Update this when
18# SRCREV is changed. 18# SRCREV is changed.
19PV = "20180702" 19PV = "20181120"
20 20
21SRC_URI = "\ 21SRC_URI = "\
22 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 22 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \