[Buildroot] [PATCH v1 2/4] msgpack: bump to version 1.4.0

Patrick Keroulas patrick.keroulas at savoirfairelinux.com
Mon May 2 20:57:51 UTC 2016


Hello

On Apr 22, 2016, at 5:23 PM, Thomas Petazzoni thomas.petazzoni at free-electrons.com wrote:
> On Fri, 22 Apr 2016 16:57:06 -0400, Patrick Keroulas wrote:
> 
>> -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 = 1.4.0
>> +MSGPACK_SOURCE = msgpack-$(MSGPACK_VERSION).tar.gz
>> +MSGPACK_SITE =
>> https://github.com/msgpack/msgpack-c/releases/download/cpp-$(MSGPACK_VERSION)
>> +MSGPACK_LICENSE = Boost-1.0
>> +MSGPACK_LICENSE_FILES = LICENSE_1_0.txt
>> +MSGPACK_INSTALL_STAGING = YES
> 
> This seems like a major update. Did you check that the python-msgpack
> package, which depends on msgpack, was still building/working fine
> after this update?

python-msgpack is still building correctly and I successfully used basic functionalities of this python module.
Is there anything else I should verify?
Thanks,

Patrick


More information about the buildroot mailing list