diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-03-02 18:07:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-02 21:00:11 +0100 |
commit | c7435fcce03a6768572ea3e5c8ee43ce0bd43613 (patch) | |
tree | 17770dbc6f46a4bcb0c3bcef6553865a5e93052b | |
parent | 1862463829e8194ed768ca8cb3a4f4664b35d8bc (diff) | |
download | buildroot-c7435fcce03a6768572ea3e5c8ee43ce0bd43613.tar.gz buildroot-c7435fcce03a6768572ea3e5c8ee43ce0bd43613.zip |
package/rpi-userland: bump version
Fixes memory leaks due to improper thrads handling.
Fixes to example code.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
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 223b645c2d..69b6ee63b1 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_USERLAND_VERSION = 5cecd5ae71540a3c11270924251103b3b5c8513a +RPI_USERLAND_VERSION = 68a2cba184d2726327026429abfe033acf217384 RPI_USERLAND_SITE = $(call github,raspberrypi,userland,$(RPI_USERLAND_VERSION)) RPI_USERLAND_LICENSE = BSD-3c RPI_USERLAND_LICENSE_FILES = LICENCE |