diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-11-20 23:43:41 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-21 17:56:52 +0200 |
commit | 7c94afee2b12a1cdef2f8c3c743c555af17a560b (patch) | |
tree | b6d9a419f0cd8e2bb0a6989cb453edc24c182fba /recipes-graphics/userland/userland_git.bb | |
parent | 981376b1c43a97fbc7d0309ce1e97239dfd4f4f9 (diff) | |
download | meta-raspberrypi-7c94afee2b12a1cdef2f8c3c743c555af17a560b.tar.gz |
userland: Update to latest master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/userland_git.bb')
-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 ae65446..b921443 100644 --- a/recipes-graphics/userland/userland_git.bb +++ b/recipes-graphics/userland/userland_git.bb | |||
@@ -12,11 +12,11 @@ COMPATIBLE_MACHINE = "^rpi$" | |||
12 | 12 | ||
13 | SRCBRANCH = "master" | 13 | SRCBRANCH = "master" |
14 | SRCFORK = "raspberrypi" | 14 | SRCFORK = "raspberrypi" |
15 | SRCREV = "409dfcd90bae0a09b1b8c1f718a532728d26cde2" | 15 | SRCREV = "d574b51a60a075baefe863670466ee24e6c4256e" |
16 | 16 | ||
17 | # Use the date of the above commit as the package version. Update this when | 17 | # Use the date of the above commit as the package version. Update this when |
18 | # SRCREV is changed. | 18 | # SRCREV is changed. |
19 | PV = "20180702" | 19 | PV = "20181120" |
20 | 20 | ||
21 | SRC_URI = "\ | 21 | SRC_URI = "\ |
22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ | 22 | git://github.com/${SRCFORK}/userland.git;protocol=git;branch=${SRCBRANCH} \ |