diff options
author | 2021-04-10 13:13:43 +0430 | |
---|---|---|
committer | 2021-04-12 17:11:03 +0100 | |
commit | bb974dc0784cce5f6ab7063b0cc6e2057318a41f (patch) | |
tree | b0e90478d06ec42a7eb75067a4aff5d38486ffaa /recipes-graphics | |
parent | f9a13f3b9a90f4f033afa9f34b66ca7432a7742b (diff) | |
download | meta-raspberrypi-bb974dc0784cce5f6ab7063b0cc6e2057318a41f.tar.gz meta-raspberrypi-bb974dc0784cce5f6ab7063b0cc6e2057318a41f.tar.bz2 meta-raspberrypi-bb974dc0784cce5f6ab7063b0cc6e2057318a41f.zip |
userland: Correct PV after SRCREV update
Diffstat (limited to 'recipes-graphics')
-rw-r--r-- | recipes-graphics/userland/userland_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/userland/userland_git.bb b/recipes-graphics/userland/userland_git.bb index bf7f8e3..ead81f0 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb @@ -17,7 +17,7 @@ SRCREV = "3fd8527eefd8790b4e8393458efc5f94eb21a615" # Use the date of the above commit as the package version. Update this when # SRCREV is changed. -PV = "20201027" +PV = "20210319" SRC_URI = "\ git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |