aboutsummaryrefslogtreecommitdiff
path: root/libs/protobuf-c
Commit message (Collapse)AuthorAge
* protobuf-c: update to 1.4.1Rosen Penev2023-03-10
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: don't build shared host libraryRosen Penev2021-10-21
| | | | | | No point and can avoid rpath hacks. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libprotobuf-c: update to 1.4.0Rosen Penev2021-06-12
| | | | | | | | Remove patch. Upstream fixed it. Add AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: fix host build on GCC4Rosen Penev2020-05-24
| | | | | | | prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8 does not default to gnu++11. This fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: remove myself as maintainerRosen Penev2020-03-15
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: update to 1.3.3Rosen Penev2020-02-23
| | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: Fix typo in pkgconfig fileRosen Penev2019-10-14
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: Add pkgconfig file for CMakeRosen Penev2019-09-29
| | | | | | Fixes compilation for a few packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: Fix host binaryRosen Penev2019-09-25
| | | | | | It needs rpath to find libprotoc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: Fix mistake from previous commitRosen Penev2019-09-24
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libprotobuf-c: Switch to CMakeRosen Penev2019-09-23
| | | | | | Simplifies the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libprotobuf-c: Update to 1.32Rosen Penev2019-06-30
| | | | | | | | Remove upstreamed patch. Updated License information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: bump PKG_RELEASELuka Paulic2019-04-10
| | | | Signed-off-by: Luka Paulic <luka.paulic@fer.hr>
* protobuf-c: fix x86 build failLuka Paulic2019-04-10
| | | | Signed-off-by: Luka Paulic <luka.paulic@sartura.hr>
* Revert "protobuf-c: Disable protoc for host build"Rosen Penev2019-04-07
|
* protobuf-c: Disable protoc for host buildRosen Penev2019-04-06
| | | | | | | On some platforms, the host build is failing as the tests fail. protoc is not used anyway. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: Change maintainerJacob Siverskog2018-08-22
| | | | | | | Change maintainer to Rosen Penev as agreed upon (https://github.com/openwrt/packages/pull/6778#issuecomment-414479840). Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* protobuf-c: Update to 1.3.1Rosen Penev2018-08-17
| | | | | | | | | | | | Switched to regular tarballs. Makes updating easier and avoids having to autoreconf. Simplifies Makefile slightly. Updated project URL. Some Makefile reorganization was done for consistency with other packages. Added parallel build for faster building. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* protobuf-c: bump to 1.3.0Eneas U de Queiroz2018-07-06
| | | | | | Version 1.2.1 does not currently compile without a patch. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* protobuf-c: add build time dependency protobufMislav Novakovic2018-06-07
| | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* Enable the host tools on protobuf-c (protoc-c specifically)Mike Kershaw / Dragorn2018-04-30
| | | | Signed-Off-By: Mike Kershaw <dragorn@kismetwireless.net>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* protobuf-c: Bump version to 1.2.1.Jacob Siverskog2016-02-08
| | | | Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* protobuf-c: use generic autoreconf fixupJo-Philipp Wich2015-01-10
| | | | | | | | | | | Invoke the generic autoreconf fixup instead of calling the shipped autogen.sh. This ensures that proper variants of libtoolize, autoconf, automake etc. are used, otherwise it is not possible to rebuild protobuf-c in the SDK env. The change requires backport to BB as it currently blocks the rebuild of ocerv. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* protobuf-c: Add license information.Jacob Siverskog2014-08-27
| | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* protobuf-c: Bump version to 1.0.1.Jacob Siverskog2014-08-26
| | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* protobuf-c: Add myself as maintainer.Jacob Siverskog2014-07-15
| | | | Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
* protobuf-c: import from packages, bump version.Jacob Siverskog2014-07-14
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>