diff options
author | Peter Seiderer <ps.report@gmx.net> | 2016-12-04 00:11:37 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-12-04 15:58:15 +0100 |
commit | 69a9d641a2c307748e5da4fddfbdcd293519fedf (patch) | |
tree | 95ec694a74b5851f727523e2dbbfdd4c4da781eb | |
parent | 905e31ec299119091eb000abbc27ac327780ffcc (diff) | |
download | buildroot-69a9d641a2c307748e5da4fddfbdcd293519fedf.tar.gz buildroot-69a9d641a2c307748e5da4fddfbdcd293519fedf.zip |
rpi-userland: bump version
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/rpi-userland/rpi-userland.hash | 2 | ||||
-rw-r--r-- | package/rpi-userland/rpi-userland.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/rpi-userland/rpi-userland.hash b/package/rpi-userland/rpi-userland.hash index 389c1aeaa5..74b1cc94c3 100644 --- a/package/rpi-userland/rpi-userland.hash +++ b/package/rpi-userland/rpi-userland.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 bb79667d23743769dde120d35e6a4b69c633eb66e445b5bb2c06cd3e065750a2 rpi-userland-a1b89e91f393c7134b4cdc36431f863bb3333163.tar.gz +sha256 202f194754ddb28ff3a726477185e90a36b3b98fdbd9889c61cdb0b470166a02 rpi-userland-bb15afe33b313fe045d52277a78653d288e04f67.tar.gz diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 4a6eb41372..b3f949c3e3 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = a1b89e91f393c7134b4cdc36431f863bb3333163 +RPI_USERLAND_VERSION = bb15afe33b313fe045d52277a78653d288e04f67 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |