summaryrefslogtreecommitdiffstats
path: root/package/jq
Commit message (Collapse)AuthorAgeFilesLines
* jq: enable host packageThomas De Schampheleire2015-10-252-0/+14
| | | | | | | | | Allow building jq as host utility for use in post-build scripts. This can be useful to created, edit, merge or even perform syntax checking on JSON files. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jq: disable maintainer modeThomas De Schampheleire2015-10-211-0/+3
| | | | | | | | Since version 1.5, maintainer mode is enabled by default. We don't need this, and is in particular problematic because it requires bison 3.0. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/jq: bump to version 1.5Jörg Krause2015-10-173-51/+4
| | | | | | | Remove patch applied upstream. Add hash file. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/*: rename patches according to the new policyPeter Korsgaard2015-02-031-0/+0
| | | | | | | Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jq: add patch to fix y0, y1, j0 and j1 related build issue on uClibcThomas Petazzoni2014-09-071-0/+49
| | | | | | | | | | | | | | | Our default uClibc configuration does not have DO_XSI_MATH=y, so it lacks certain math functions. jq generates some wrappers for the libm functions, even for functions that are not actually used by jq. By simply removing those wrappers, we get jq to build on uClibc that have DO_XSI_MATH disabled. Fixes: http://autobuild.buildroot.org/results/831/831ffb0a37a8007b2a824659e46dbe9e6e710d6f/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jq: bump to version 1.4Danomi Manchego2014-09-061-2/+1
| | | | | | | | Bump to version 1.4. Addtionally, released tarballs no longer require flex or bison to build. Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jq: switch to official tarballGustavo Zacarias2013-11-231-3/+2
| | | | | | | | Ships configure thus fixing the breakage from the automake bump to version 1.14 with AUTORECONF, with the added bonus of being faster. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* jq: new packageDanomi Manchego2013-10-272-0/+25
jq is like sed for JSON data - you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. [Peter: fix license, add flex/bison deps, force c99] Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud