diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-07-04 08:24:43 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-07-07 11:27:15 +0100 |
commit | d5f7ff887df708484a4c9de7ec8db956bb8dc068 (patch) | |
tree | c494c64bffb5ff51139e40be24b6598787c6d62d | |
parent | e713c3f60d74fbb864122f8f11a80ca302d53da3 (diff) | |
download | meta-raspberrypi-d5f7ff887df708484a4c9de7ec8db956bb8dc068.tar.gz |
userland: Update to latest as of 20180702
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 2ea6af6..e0e90af 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -14,11 +14,11 @@ COMPATIBLE_MACHINE = "^rpi$" | |||
14 | 14 | ||
15 | SRCBRANCH = "master" | 15 | SRCBRANCH = "master" |
16 | SRCFORK = "raspberrypi" | 16 | SRCFORK = "raspberrypi" |
17 | SRCREV = "2448644657e5fbfd82299416d218396ee1115ece" | 17 | SRCREV = "409dfcd90bae0a09b1b8c1f718a532728d26cde2" |
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. |
21 | PV = "20180511" | 21 | PV = "20180702" |
22 | 22 | ||
23 | SRC_URI = "\ | 23 | SRC_URI = "\ |
24 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 24 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |