diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-01-18 19:40:16 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-01-19 20:46:08 +0100 |
commit | 8b955aa5bdd8f7e8b7ce349f7b7ea4a505d6805a (patch) | |
tree | 68671abfd60af2f5c9447f689095dfa836b64d85 | |
parent | ce2f4b24af0832cff244de38a1b4d888e5c079c4 (diff) | |
download | buildroot-8b955aa5bdd8f7e8b7ce349f7b7ea4a505d6805a.tar.gz buildroot-8b955aa5bdd8f7e8b7ce349f7b7ea4a505d6805a.zip |
package/rpi-userland: bumps for misc fixes and improvements
A slew of fixes and improvements, specially directed toward, but
not limited to, the sample codes.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/rpi-userland/rpi-userland.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 8911ae0065..35eaf24448 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = d2c9f912da389c23ed27e81e940be3540f64fc59 +RPI_USERLAND_VERSION = 5cecd5ae71540a3c11270924251103b3b5c8513a RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |