From 108f83f0e9c9c2b76c9cebe535ddcc2c58a97d39 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 7 Sep 2023 11:05:47 -0700 Subject: [PATCH] userland: Update to trunk from 20230419 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 9d37f474e..198ad77a6 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -13,11 +13,11 @@ COMPATIBLE_MACHINE = "^rpi$" SRCBRANCH = "master" SRCFORK = "raspberrypi" -SRCREV = "54fd97ae4066a10b6b02089bc769ceed328737e0" +SRCREV = "cc1ca18fb0689b01cc2ca2aa4b400dcee624a213" # Use the date of the above commit as the package version. Update this when # SRCREV is changed. -PV = "20220323" +PV = "20230419" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=https;branch=${SRCBRANCH} \