summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 de0b3c7..7f2dca6 100644
--- a/recipes-graphics/userland/userland_git.bb
+++ b/recipes-graphics/userland/userland_git.bb
@@ -14,11 +14,11 @@ COMPATIBLE_MACHINE = "^rpi$"
14 14
15SRCBRANCH = "master" 15SRCBRANCH = "master"
16SRCFORK = "raspberrypi" 16SRCFORK = "raspberrypi"
17SRCREV = "1c3a9eb76da9d6107cadd360301cf20004496b04" 17SRCREV = "11389772c79685442e0ab8aa9be8ad0e32703f68"
18 18
19# Use the date of the above commit as the package version. Update this when 19# Use the date of the above commit as the package version. Update this when
20# SRCREV is changed. 20# SRCREV is changed.
21PV = "20180130" 21PV = "20180219"
22 22
23SRC_URI = "\ 23SRC_URI = "\
24 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ 24 git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \