diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-11-11 01:09:15 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 01:17:51 +0100 |
commit | 381e215d49c94abc298997d01ca7360e2c2f7f7a (patch) | |
tree | e13ff73090e19d82cf5c84e2d20ab77211b8e45f | |
parent | 0c6fff0e468e700e81f366bced8374741622eee0 (diff) | |
download | buildroot-381e215d49c94abc298997d01ca7360e2c2f7f7a.tar.gz buildroot-381e215d49c94abc298997d01ca7360e2c2f7f7a.zip |
package/rpi-userland: bump version
Bump for a few more options (eg. setting the palette in 4- or 8bpp,
and rendering camera preview with GL).
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 9320ecf9d8..174115334e 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = 0d25e71ea558f32cd72b8d46cd51767c92a81d01 +RPI_USERLAND_VERSION = 0d486513f56453f8203c270fcad0b04f8e4f1fee RPI_USERLAND_SITE = http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |