Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -5,8 +5,8 @@ config BR2_PACKAGE_MSGPACK
help
MessagePack is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON but
it's faster and smaller.
It lets you exchange data among multiple languages like JSON
but it's faster and smaller.
http://msgpack.org/

View File

@@ -1,2 +1,2 @@
# Locally computed:
sha256 97a371ef950c89f48e8dba6abeccab07f1887e9ba6dab921de0f985c7d5075fe msgpack-0.5.4.tar.gz
sha256 9c87f80fc651b900772deaef0ab154b63160c74d292529b5be6d06d6485d4640 msgpack-2.1.5.tar.gz

View File

@@ -4,9 +4,15 @@
#
################################################################################
MSGPACK_VERSION = 0.5.4
MSGPACK_SITE = http://downloads.sourceforge.net/project/msgpack/msgpack/cpp
MSGPACK_LICENSE = Apache-2.0
MSGPACK_LICENSE_FILES = COPYING
MSGPACK_VERSION = 2.1.5
MSGPACK_SITE = $(call github,msgpack,msgpack-c,cpp-$(MSGPACK_VERSION))
MSGPACK_LICENSE = BSL-1.0
MSGPACK_LICENSE_FILES = COPYING LICENSE_1_0.txt
MSGPACK_INSTALL_STAGING = YES
MSGPACK_CONF_OPTS = -DMSGPACK_BUILD_EXAMPLES=OFF
$(eval $(autotools-package))
ifeq ($(BR2_STATIC_LIBS),y)
MSGPACK_CONF_OPTS += -DMSGPACK_ENABLE_SHARED=OFF
endif
$(eval $(cmake-package))