diff options
author | William A. Kennington III <wak@google.com> | 2022-01-18 23:25:50 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-19 09:28:51 -0800 |
commit | 0d8dee917294c5529e9bb8d2dc31518bfe1c1252 (patch) | |
tree | 02521b97aa3a74b734fca094da0478f1248481cc /meta-oe | |
parent | 79cfeb58b1fd887f5b9af4296fc915ef1c159c6e (diff) | |
download | meta-openembedded-0d8dee917294c5529e9bb8d2dc31518bfe1c1252.tar.gz |
jq: upgrade 1.6 -> 2021-10-24 git
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/jq/jq_git.bb (renamed from meta-oe/recipes-devtools/jq/jq_1.6.bb) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb index bfaeed5fe..d0c70da76 100644 --- a/meta-oe/recipes-devtools/jq/jq_1.6.bb +++ b/meta-oe/recipes-devtools/jq/jq_git.bb | |||
@@ -6,15 +6,12 @@ HOMEPAGE = "https://stedolan.github.io/jq/" | |||
6 | BUGTRACKER = "https://github.com/stedolan/jq/issues" | 6 | BUGTRACKER = "https://github.com/stedolan/jq/issues" |
7 | SECTION = "utils" | 7 | SECTION = "utils" |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=2814b59e00e7918c864fa3b6bbe049b4" |
10 | 10 | ||
11 | SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz" | 11 | PV = "1.6+git${SRCPV}" |
12 | 12 | SRC_URI = "git://github.com/stedolan/jq;protocol=https;branch=master" | |
13 | UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases" | 13 | SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e" |
14 | UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz" | 14 | S = "${WORKDIR}/git" |
15 | |||
16 | SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b" | ||
17 | SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72" | ||
18 | 15 | ||
19 | inherit autotools-brokensep | 16 | inherit autotools-brokensep |
20 | 17 | ||