summaryrefslogtreecommitdiffstats
path: root/package/msgpack/msgpack.mk
Commit message (Collapse)AuthorAgeFilesLines
* msgpack: fix static buildBaruch Siach2017-10-171-0/+4
| | | | | | | | | | | | | 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>
* msgpack: fix build without threads supportBaruch Siach2017-10-171-0/+1
| | | | | | | | | | | | | | | 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>
* msgpack: bump version to 2.1.5bradford barr2017-10-081-5/+6
| | | | | | | | | | | 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>
* package: remove the trailing slash sign from <PKG>_SITE variableJerzy Grzegorek2014-07-311-1/+1
| | | | | | | | | | | | 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>
* msgpack: new packageSimon Dawson2013-07-021-0/+12
Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
OpenPOWER on IntegriCloud