summaryrefslogtreecommitdiffstats
path: root/rules/json-c.make
Commit message (Collapse)AuthorAgeFilesLines
* json-c: fix building with gcc-7.x iceccMichael Olbrich2018-03-031-4/+0
| | | | | | | | | | | | | | | | | | Icecc splits preprocessing and compiling. As a result comments are no longer available at compile time and building fails with: json_object.c: In function 'json_object_get_int64': json_object.c:698:6: error: this statement may fall through [-Werror=implicit-fallthrough=] json_object.c:701:2: note: here cc1: all warnings being treated as errors The code uses comments that prevent building with '-C' so use remove -Werror instead. Note: Setting CFLAGS during configure does not work. -Werror is added later in the commandline. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: version bump 0.12.1 -> 0.13Clemens Gruber2018-01-241-2/+4
| | | | | Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: version bump 0.12 -> 0.12.1Robert Schwebel2017-07-051-3/+3
| | | | | | | | Besides the new version, there is also a new upstream, which is now on github. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: Install missing pkgconfig linkMarkus Pargmann2014-11-261-0/+10
| | | | | | | Some target builds depend on a 'json' library instead of json-c. Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: version bump 0.10 -> 0.12Michael Olbrich2014-06-251-6/+10
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: update to v0.10Alexander Dahl2013-09-091-4/+4
| | | | | | | | | Version bump for json-c library. v0.11 is current but has built errors on ARMv5 so I decided to go with v0.10 for now. One patch is added to install a missing header file. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* json-c: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [json-c] use install_libRobert Schwebel2010-10-221-3/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [JSON_C] no need to define JSON_C_PKGDIRMarc Kleine-Budde2009-11-041-3/+0
| | | | | | it's already defined by the dependency generator. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [json-c] add json-c a C library to access JSON dataMichael Olbrich2009-08-171-0/+83
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>