diff options
author | Baruch Siach <baruch@tkos.co.il> | 2017-12-23 21:29:43 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-12-26 19:57:44 +0100 |
commit | 131188de8df20028e2a7efaba3fdb13b6cca0aa2 (patch) | |
tree | 82cddd9dc7228e1d73f40307e46815d35cd55e21 /package/json-c/json-c.hash | |
parent | 19dd7f602579780810e538e55502d419dddd946b (diff) | |
download | buildroot-131188de8df20028e2a7efaba3fdb13b6cca0aa2.tar.gz buildroot-131188de8df20028e2a7efaba3fdb13b6cca0aa2.zip |
json-c: bump to version 0.13
Use upstream provided tarball; drop autoreconf.
Drop -Werror removal patch; json-c builds fine with gcc 7 without this
patch.
Drop upstream libm patch.
Drop --disable-oldname-compat; removed upstream.
Add license file hash.
Enable parallel build. The commit introducing MAKE1, ecd0f65af92
(json-c: bump to version 0.11) does not explain the reason for that. A
sequence of a few builds on a multi-core system never faild.
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/json-c/json-c.hash')
-rw-r--r-- | package/json-c/json-c.hash | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/json-c/json-c.hash b/package/json-c/json-c.hash index 1868d75042..41e614d6dc 100644 --- a/package/json-c/json-c.hash +++ b/package/json-c/json-c.hash @@ -1,2 +1,4 @@ +# From https://github.com/json-c/json-c/wiki +sha256 0316780be9ad16c42d7c26b015a784fd5df4b0909fef0aba51cfb13e492ac24d json-c-0.13.tar.gz # Locally calculated -sha256 989e09b99ded277a0a651cd18b81fcb76885fea08769d7a21b6da39fb8a34816 json-c-json-c-0.12.1-20160607.tar.gz +sha256 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c COPYING |