summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/jq
Commit message (Collapse)AuthorAgeFilesLines
* jq: improve ptest and disable valgrind by defaultZheng Qiu2022-10-182-5/+34
| | | | | | | | | | | | Improve ptest result formatting. In run-ptest, setting a flag to disable valgrind image unless enabled by "valgrind" PACKAGECONFIG. Requested jq for seprating make check, so in the future it can be changed to utilize Makefile and reduce redudancy. Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Randy MacLeod <randy.macleod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: add ptestZheng Qiu2022-09-172-1/+21
| | | | | | | | | | | | | | Add run-ptest to run the 7 tests provided by jq. In do_install_ptest, add a soft link to jq in the ptest directory to avoid having to patch the jq setup script. While the jq tests can use valgrind, it is out of scope for integration testing. Signed-off-by: Zheng Qiu <zheng.qiu@windriver.com> Signed-off-by: Randy MacLeod <randy.macleod@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: Upgrade to latest and fix configure testsKhem Raj2022-09-073-2/+75
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: Fix typo OE_EXTRACONF -> EXTRA_OECONFJoerg Vehlow2022-05-121-1/+1
| | | | | Signed-off-by: Joerg Vehlow <joerg.vehlow@aox.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: upgrade 1.6 -> 2021-10-24 gitWilliam A. Kennington III2022-01-191-8/+5
| | | | | | | | | | JQ has gone through more than 3 years of code changes and has had significant performance improvements since the last release. The team is still figuring out a new release process. Use the latest git commit to pull in these changes. Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: fix upstream version checkPierre-Jean Texier2020-03-051-2/+4
| | | | | | | | | | | | Fixes: INFO: Skip package jq (status = UNKNOWN_BROKEN, current version = 1.6, next version = N/A) After this commit: INFO: Skip package jq (status = MATCH, current version = 1.6, next version = 1.6) Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* jq: update to 1.6Alex Kiernan2019-01-302-73/+4
| | | | | | | | | | | | Drop backported patch as it's present in 1.6. Switch to autotools-brokensep to avoid | sed -e 's/\\/\\\\/g' -e 's/"/\\"/g' -e 's/^/"/' -e 's/$/\\n"/' ../jq-1.6/src/builtin.jq > src/builtin.inc | /bin/sh: src/builtin.inc: No such file or directory License-Update: whitespace changes Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* jq: add support for jq-native + misc minor fixesAndre McCurdy2016-10-052-7/+82
| | | | | | | - Add PACKAGECONFIG options for docs, maintainer-mode and oniguruma Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: add dependency on onigMartin Jansa2016-03-251-1/+1
| | | | | | | | * configure doesn't have config option ot disable it and it's autodetected from sysroot causing: WARN: jq: jq rdepends on onig, but it isn't a build dependency? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: upgrade to 1.5Derek Straka2016-01-271-5/+6
| | | | | | | | update source url and checksums license checksum update since trailing whitespace removed upstream disable-maintainer-mode to avoid bison > 3.0 dependency Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: upgrade to 1.4Matthieu CRAPET2014-08-012-32/+2
| | | | | Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* jq: add new recipe for version 1.3Matthieu CRAPET2014-05-152-0/+52
jq is like sed but for JSON data. It's a very useful tool with no dependency. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>