From 712558c64e0629c3fd61705d1c72b4690f59cde7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 28 Feb 2018 09:23:54 -0800 Subject: [PATCH] userland: Update to master as of 20180219 Signed-off-by: Khem Raj --- recipes-graphics/userland/userland_git.bb | 4 ++-- 1 file 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$" SRCBRANCH = "master" SRCFORK = "raspberrypi" -SRCREV = "1c3a9eb76da9d6107cadd360301cf20004496b04" +SRCREV = "11389772c79685442e0ab8aa9be8ad0e32703f68" # Use the date of the above commit as the package version. Update this when # SRCREV is changed. -PV = "20180130" +PV = "20180219" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \