libsigrok: bump version to 0.5.1
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 17 Nov 2018 14:12:01 +0000 (15:12 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 Nov 2018 20:59:47 +0000 (21:59 +0100)
Since commit 79034d4f39f7 ("strutil: Locale independent snprintf()
and vsnprintf() functions") libsigrok now needs to know locale_t.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libsigrok/Config.in
package/libsigrok/libsigrok.hash
package/libsigrok/libsigrok.mk

index fb74beaab592b4b9e1ea119ad11f341eabe1dc04..bb76e09d2d9fbd9d0858a22e0bb3f33040ce76dd 100644 (file)
@@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBSIGROK
        depends on BR2_USE_WCHAR
        depends on BR2_TOOLCHAIN_HAS_THREADS
        depends on BR2_USE_MMU
+       depends on BR2_ENABLE_LOCALE
        depends on !BR2_STATIC_LIBS # libzip
        # std=c11
        depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
@@ -35,7 +36,7 @@ comment "C++ bindings need a toolchain w/ C++, gcc >= 4.9"
 
 endif
 
-comment "libsigrok needs a toolchain w/ wchar, threads, dynamic library, gcc >= 4.7"
+comment "libsigrok needs a toolchain w/ wchar, locale, threads, dynamic library, gcc >= 4.7"
        depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
                || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS
index 47ad6129f6cec60e34089f07892ab91f27548038..7a52c6ca1b331c0fd1b4b8b4f65f275bdb785b4d 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 4c8c86779b880a5c419f6c77a08b1147021e5a19fa83b0f3b19da27463c9f3a4        libsigrok-0.5.0.tar.gz
+sha256 e40fde7af98d29e922e9d3cbe0a6c0569889153fc31e47b8b1afe4d846292b9c        libsigrok-0.5.1.tar.gz
index ef7fab82bd256b333160e2f2ae9304e988f852f6..5bca9ad518e2845a3583b7bc4c22d2f4843abf93 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSIGROK_VERSION = 0.5.0
+LIBSIGROK_VERSION = 0.5.1
 LIBSIGROK_SITE = http://sigrok.org/download/source/libsigrok
 LIBSIGROK_LICENSE = GPL-3.0+
 LIBSIGROK_LICENSE_FILES = COPYING