summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/userland_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-05-22 10:59:19 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commitfe7725eb971a2ccef666e0b5d438fedf35aefcd6 (patch)
tree644f736ecad0a8e6afb22d1d9ccc06fe0506ab9b /recipes-graphics/userland/userland_git.bb
parentadbad84b6405bd49803e60f73542cf72d7c23ca8 (diff)
downloadmeta-raspberrypi-fe7725eb971a2ccef666e0b5d438fedf35aefcd6.tar.gz
userland: Update to 20190501
Forward port the patches as needed 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 2815942..2b5ac33 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 = "e5803f2c986cbf8c919c60278b3231dcdf4271a6" 15SRCREV = "517cdc30da167d81a485e7a994e02cec2390a269"
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 = "20190114" 19PV = "20190501"
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} \