diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-08-02 23:22:23 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-03 10:20:35 +0200 |
commit | 5ffc0392d2ed08501837116fa16c4b835bf27927 (patch) | |
tree | b8f435bb1781153b27209007927b5f3ed4e63076 /package/rpi-userland | |
parent | e128a5015d58a41d372001a025511211fbff3492 (diff) |
package/rpi-userland: Bump version
This version bump introduces OMX_ImageFilterDeInterlaceFast,
which is needed by the upcoming xbmc/kodi version bump.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpi-userland')
-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 2de6b9201..717eab167 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = 4855a45b118cb7b97b83e5160551db9813487c91 +RPI_USERLAND_VERSION = b555474b19310762255252d085e57599ea573889 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |