diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-06-05 23:56:00 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-07 23:45:11 +0200 |
commit | c8cd2736372a923fb35804af096a5445e8e275e8 (patch) | |
tree | ae26496832046f5cbbdc0ac550ff22d245c0801c | |
parent | 55768aff2ef7437248e91c351c3ea6f650a28584 (diff) | |
download | buildroot-c8cd2736372a923fb35804af096a5445e8e275e8.tar.gz buildroot-c8cd2736372a923fb35804af096a5445e8e275e8.zip |
package/rpi-userland: bump version, add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
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, 3 insertions, 1 deletions
diff --git a/package/rpi-userland/rpi-userland.hash b/package/rpi-userland/rpi-userland.hash new file mode 100644 index 0000000000..0c6f4fddee --- /dev/null +++ b/package/rpi-userland/rpi-userland.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 b83878c487814d7736de83dc3ede1c39fa1c84bc2da2bea00312544eff64f1dc rpi-userland-7c026fa7a4ded2c525916cc853a32731c072ed1e.tar.gz diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 2312fcfcfe..2ebd95bd55 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = 52eca998aa43f278314579dba4798a3fe1da46c3 +RPI_USERLAND_VERSION = 7c026fa7a4ded2c525916cc853a32731c072ed1e RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |