summaryrefslogtreecommitdiff
path: root/package/msgpack/msgpack.mk
AgeCommit message (Collapse)Author
2018-12-02Merge branch 'next'Peter Korsgaard
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-11-28package/msgpack: bump to version 3.1.1Fabrice Fontaine
Add hash for license files Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-11-27msgpack: disables testsFabrice Fontaine
tests are enabled if gperf and zlib are found and they fail on: /home/buildroot/autobuild/run/instance-0/output/build/msgpack-2.1.5/include/msgpack/v1/object.hpp:652:34: error: 'void* memcpy(void*, const void*, size_t)' copying an object of non-trivial type 'struct msgpack::v2::object' from an array of 'const msgpack_object' {aka 'const struct msgpack_object'} [-Werror=class-memaccess] std::memcpy(&o, &v, sizeof(v)); So disable them. Fixes: - http://autobuild.buildroot.org/results/7d7aa9723f02f9bc78dbf6248674be4d402199bf Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-10-17msgpack: fix static buildBaruch Siach
Disabled shared libraries when building static only. Fixes: http://autobuild.buildroot.net/results/057/057d72bc84c467973ec3c076f5d8108e02d6e283/ http://autobuild.buildroot.net/results/499/499069f6821ddd2dcb83201b017a58eae00ebe16/ http://autobuild.buildroot.net/results/499/499069f6821ddd2dcb83201b017a58eae00ebe16/ Cc: Simon Dawson <spdawson@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-10-17msgpack: fix build without threads supportBaruch Siach
Some example code depends on pthreads, and we generally don't build examples in Buildroot, so disable their build. Fixes: http://autobuild.buildroot.net/results/f5d/f5d493dbe65cbe58d0924176efbd12e4a078f3ee/ http://autobuild.buildroot.net/results/813/81387649d9dbdfe4ccba9c7d0885aa8bd5239938/ http://autobuild.buildroot.net/results/9d4/9d486fca93136bb9dbf22c9101186d9d1fc0eb66/ Cc: Simon Dawson <spdawson@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> [Thomas: completely disable examples.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-10-08msgpack: bump version to 2.1.5bradford barr
Modern versions of msgpack are hosted on Github. Msgpack switched their build systems from autotools to cmake a while back. The licence was also updated from Apache to Boost. Signed-off-by: bradford barr <bradford@density.io> [Thomas: drop custom install commands, add LICENSE_1_0.txt to license files.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-07-31package: remove the trailing slash sign from <PKG>_SITE variableJerzy Grzegorek
Since the trailing slash is stripped from $($(PKG)_SITE) by pkg-generic.mk: $(call DOWNLOAD,$($(PKG)_SITE:/=)/$($(PKG)_SOURCE)) so it is redundant. This patch removes it from $(PKG)_SITE variable for BR consistency. Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-07-02msgpack: new packageSimon Dawson
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>