diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-02-28 09:23:54 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-03-08 20:31:12 -0800 |
commit | 712558c64e0629c3fd61705d1c72b4690f59cde7 (patch) | |
tree | 83cb2127324ae03c3bd8ea144faa454730f71130 | |
parent | b5888252386cd76efb0598ef60f63d97c3f5126a (diff) | |
download | meta-raspberrypi-712558c64e0629c3fd61705d1c72b4690f59cde7.tar.gz |
userland: Update to master as of 20180219
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 de0b3c7..7f2dca6 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 = "1c3a9eb76da9d6107cadd360301cf20004496b04" | 17 | SRCREV = "11389772c79685442e0ab8aa9be8ad0e32703f68" |
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 = "20180130" | 21 | PV = "20180219" |
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} \ |