diff options
author | Benoît Thébaudeau <benoit@wsystem.com> | 2015-08-13 18:22:51 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-18 14:39:15 +0200 |
commit | e16f5da9d50f8f35b7d85b7313578006df142cce (patch) | |
tree | bff08dcab18d84a8546f0696668ced9a346305cc | |
parent | ccc6272e7b06ec3e1bb93ac6add14cc2ed0859ae (diff) | |
download | buildroot-e16f5da9d50f8f35b7d85b7313578006df142cce.tar.gz buildroot-e16f5da9d50f8f35b7d85b7313578006df142cce.zip |
package/rpi-userland: bump version
Changes since last version:
- early frame sequential 3D support,
- add exposure=off option,
- khronos: merge with more recent header file,
- vchiq: better error handling.
Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.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 403409d783..f1914a2a59 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = b834074d0c0d9d7e64c133ab14ed691999cee990 +RPI_USERLAND_VERSION = b864a841e5a459a66a890c22b3a34127cd226238 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |