Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
config BR2_PACKAGE_LIBSIGROKDECODE
|
||||
bool "libsigrokdecode"
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_PYTHON3
|
||||
depends on !BR2_PACKAGE_PYTHON # python3
|
||||
depends on BR2_USE_WCHAR # libglib2/python3
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2/python3
|
||||
depends on BR2_USE_MMU # libglib2/python3
|
||||
depends on !BR2_STATIC_LIBS # python3
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_PYTHON3
|
||||
help
|
||||
Libsigrokdecode is a shared library written in C, which
|
||||
provides (streaming) protocol decoding functionality. Say
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 065f70c10971173d86e03a8cf5534e600c7a622775113997d8061572135d4a95 libsigrokdecode-0.4.1.tar.gz
|
||||
sha256 4aa8579ecea9b421b8ac048a9b18c27e63206839f269374398d89c14a47bd1c1 libsigrokdecode-0.5.0.tar.gz
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSIGROKDECODE_VERSION = 0.4.1
|
||||
LIBSIGROKDECODE_VERSION = 0.5.0
|
||||
LIBSIGROKDECODE_SITE = http://sigrok.org/download/source/libsigrokdecode
|
||||
LIBSIGROKDECODE_LICENSE = GPLv3+
|
||||
LIBSIGROKDECODE_LICENSE = GPL-3.0+
|
||||
LIBSIGROKDECODE_LICENSE_FILES = COPYING
|
||||
LIBSIGROKDECODE_INSTALL_STAGING = YES
|
||||
LIBSIGROKDECODE_DEPENDENCIES = host-pkgconf libglib2 python3
|
||||
|
||||
Reference in New Issue
Block a user