diff options
author | 2021-07-30 14:47:02 -0700 | |
---|---|---|
committer | 2021-08-06 00:35:47 +0300 | |
commit | 2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc (patch) | |
tree | c1b0d00100a22b71b6981204d8102481009e16a1 /recipes-graphics/userland | |
parent | dea02a4b649d30eb054df9e172b45f161e99ffa5 (diff) | |
download | meta-raspberrypi-2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc.tar.gz meta-raspberrypi-2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc.tar.bz2 meta-raspberrypi-2a25b7ef8bb7b366a93dbe42d40ebf3923d1fccc.zip |
userland: Update to latest master branch
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland')
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index 5676e30..aac1c3c 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 = "3fd8527eefd8790b4e8393458efc5f94eb21a615" +SRCREV = "97bc8180ad682b004ea224d1db7b8e108eda4397" # Use the date of the above commit as the package version. Update this when # SRCREV is changed. -PV = "20210319" +PV = "20210623" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |