diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-10-05 00:00:08 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-05 00:03:29 +0200 |
commit | b8b69b2da9fa8140fa6dde766170a0815c87a9dd (patch) | |
tree | 84430e6e6a55786fbdec18b2b279f8fecdf23a56 | |
parent | d06678b78342b55f63a56f5800035fc0ce86bbce (diff) | |
download | buildroot-b8b69b2da9fa8140fa6dde766170a0815c87a9dd.tar.gz buildroot-b8b69b2da9fa8140fa6dde766170a0815c87a9dd.zip |
package/rpi-userland: bump version
Misc enhancements and fixes for USB, camera, audio, codecs, dispman,
and openMAX.
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 fca0e25a42..c3ea43a9f4 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = 8b271ac +RPI_USERLAND_VERSION = 77d32cd RPI_USERLAND_SITE = http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |