All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git
@ 2022-01-18 23:00 William A. Kennington III
  2022-01-19  2:42 ` [oe] " Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: William A. Kennington III @ 2022-01-18 23:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: William A. Kennington III

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>
---
 meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
 rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (71%)

diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
similarity index 71%
rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
rename to meta-oe/recipes-devtools/jq/jq_git.bb
index bfaeed5fe..102bb9f15 100644
--- a/meta-oe/recipes-devtools/jq/jq_1.6.bb
+++ b/meta-oe/recipes-devtools/jq/jq_git.bb
@@ -8,13 +8,10 @@ SECTION = "utils"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
 
-SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
-
-UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
-UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
-
-SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
-SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
+PV = "1.16+git${SRCREV}"
+SRC_URI = "git://github.com/stedolan/jq;protocol=https"
+SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
+S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-- 
2.34.1.703.g22d0c6ccf7-goog



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [oe] [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-18 23:00 [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git William A. Kennington III
@ 2022-01-19  2:42 ` Khem Raj
  2022-01-19  3:58   ` William Kennington
  2022-01-19  3:56 ` [meta-oe][PATCH v2] " William A. Kennington III
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2022-01-19  2:42 UTC (permalink / raw)
  To: William A. Kennington III; +Cc: openembeded-devel

this fails license checks. how was this tested?

https://errors.yoctoproject.org/Errors/Details/622753/

On Tue, Jan 18, 2022 at 3:00 PM William A. Kennington III via
lists.openembedded.org <wak=google.com@lists.openembedded.org> wrote:
>
> 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>
> ---
>  meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
>  rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (71%)
>
> diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
> similarity index 71%
> rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
> rename to meta-oe/recipes-devtools/jq/jq_git.bb
> index bfaeed5fe..102bb9f15 100644
> --- a/meta-oe/recipes-devtools/jq/jq_1.6.bb
> +++ b/meta-oe/recipes-devtools/jq/jq_git.bb
> @@ -8,13 +8,10 @@ SECTION = "utils"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
>
> -SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
> -
> -UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
> -UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
> -
> -SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
> -SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
> +PV = "1.16+git${SRCREV}"
> +SRC_URI = "git://github.com/stedolan/jq;protocol=https"
> +SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
> +S = "${WORKDIR}/git"
>
>  inherit autotools-brokensep
>
> --
> 2.34.1.703.g22d0c6ccf7-goog
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94922): https://lists.openembedded.org/g/openembedded-devel/message/94922
> Mute This Topic: https://lists.openembedded.org/mt/88522693/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-oe][PATCH v2] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-18 23:00 [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git William A. Kennington III
  2022-01-19  2:42 ` [oe] " Khem Raj
@ 2022-01-19  3:56 ` William A. Kennington III
  2022-01-19  4:07 ` [meta-oe][PATCH v3] " William A. Kennington III
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: William A. Kennington III @ 2022-01-19  3:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: William A. Kennington III

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>
---
 .../recipes-devtools/jq/{jq_1.6.bb => jq_git.bb}    | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (65%)

diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
similarity index 65%
rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
rename to meta-oe/recipes-devtools/jq/jq_git.bb
index bfaeed5fe..cfbef9393 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/"
 BUGTRACKER = "https://github.com/stedolan/jq/issues"
 SECTION = "utils"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2814b59e00e7918c864fa3b6bbe049b4"
 
-SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
-
-UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
-UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
-
-SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
-SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
+PV = "1.16+git${SRCREV}"
+SRC_URI = "git://github.com/stedolan/jq;protocol=https"
+SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
+S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-- 
2.34.1.703.g22d0c6ccf7-goog



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [oe] [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-19  2:42 ` [oe] " Khem Raj
@ 2022-01-19  3:58   ` William Kennington
  0 siblings, 0 replies; 9+ messages in thread
From: William Kennington @ 2022-01-19  3:58 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

[-- Attachment #1: Type: text/plain, Size: 194 bytes --]

This was an error in translation as I cherry-picked this change into a
working tree and fixed the hash there without fixing the original commit.
Otherwise this was tested on some machines here.

[-- Attachment #2: Type: text/html, Size: 215 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-oe][PATCH v3] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-18 23:00 [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git William A. Kennington III
  2022-01-19  2:42 ` [oe] " Khem Raj
  2022-01-19  3:56 ` [meta-oe][PATCH v2] " William A. Kennington III
@ 2022-01-19  4:07 ` William A. Kennington III
  2022-01-19  5:13   ` [oe] " Khem Raj
  2022-01-19  7:24 ` [meta-oe][PATCH v4] " William A. Kennington III
  2022-01-19  7:25 ` [meta-oe][PATCH v5] " William A. Kennington III
  4 siblings, 1 reply; 9+ messages in thread
From: William A. Kennington III @ 2022-01-19  4:07 UTC (permalink / raw)
  To: openembedded-devel; +Cc: William A. Kennington III

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>
---
 .../recipes-devtools/jq/{jq_1.6.bb => jq_git.bb}    | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (65%)

diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
similarity index 65%
rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
rename to meta-oe/recipes-devtools/jq/jq_git.bb
index bfaeed5fe..ef6fd1db8 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/"
 BUGTRACKER = "https://github.com/stedolan/jq/issues"
 SECTION = "utils"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2814b59e00e7918c864fa3b6bbe049b4"
 
-SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
-
-UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
-UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
-
-SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
-SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
+PV = "1.16+git${SRCPV}"
+SRC_URI = "git://github.com/stedolan/jq;protocol=https"
+SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
+S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-- 
2.34.1.703.g22d0c6ccf7-goog



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [oe] [meta-oe][PATCH v3] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-19  4:07 ` [meta-oe][PATCH v3] " William A. Kennington III
@ 2022-01-19  5:13   ` Khem Raj
  2022-01-19  7:24     ` William Kennington
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2022-01-19  5:13 UTC (permalink / raw)
  To: William A. Kennington III; +Cc: openembeded-devel

needs these warnings to be fixed as well

WARNING: /mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-devtools/jq/jq_git.bb:
URL: git://github.com/stedolan/jq;protocol=https does not set any
branch parameter. The future d
efault branch used by tools and repositories is uncertain and we will
therefore soon require this is set in all git urls.
WARNING: /mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-devtools/jq/jq_git.bb:
URL: git://github.com/stedolan/jq;protocol=https does not set any
branch parameter. The future d
efault branch used by tools and repositories is uncertain and we will
therefore soon require this is set in all git urls.

On Tue, Jan 18, 2022 at 8:08 PM William A. Kennington III via
lists.openembedded.org <wak=google.com@lists.openembedded.org> wrote:
>
> 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>
> ---
>  .../recipes-devtools/jq/{jq_1.6.bb => jq_git.bb}    | 13 +++++--------
>  1 file changed, 5 insertions(+), 8 deletions(-)
>  rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (65%)
>
> diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
> similarity index 65%
> rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
> rename to meta-oe/recipes-devtools/jq/jq_git.bb
> index bfaeed5fe..ef6fd1db8 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/"
>  BUGTRACKER = "https://github.com/stedolan/jq/issues"
>  SECTION = "utils"
>  LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2814b59e00e7918c864fa3b6bbe049b4"
>
> -SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
> -
> -UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
> -UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
> -
> -SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
> -SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
> +PV = "1.16+git${SRCPV}"
> +SRC_URI = "git://github.com/stedolan/jq;protocol=https"
> +SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
> +S = "${WORKDIR}/git"
>
>  inherit autotools-brokensep
>
> --
> 2.34.1.703.g22d0c6ccf7-goog
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94933): https://lists.openembedded.org/g/openembedded-devel/message/94933
> Mute This Topic: https://lists.openembedded.org/mt/88528100/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-oe][PATCH v4] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-18 23:00 [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git William A. Kennington III
                   ` (2 preceding siblings ...)
  2022-01-19  4:07 ` [meta-oe][PATCH v3] " William A. Kennington III
@ 2022-01-19  7:24 ` William A. Kennington III
  2022-01-19  7:25 ` [meta-oe][PATCH v5] " William A. Kennington III
  4 siblings, 0 replies; 9+ messages in thread
From: William A. Kennington III @ 2022-01-19  7:24 UTC (permalink / raw)
  To: openembedded-devel; +Cc: William A. Kennington III

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>
---
 .../recipes-devtools/jq/{jq_1.6.bb => jq_git.bb}    | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (65%)

diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
similarity index 65%
rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
rename to meta-oe/recipes-devtools/jq/jq_git.bb
index bfaeed5fe..1e5af022e 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/"
 BUGTRACKER = "https://github.com/stedolan/jq/issues"
 SECTION = "utils"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2814b59e00e7918c864fa3b6bbe049b4"
 
-SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
-
-UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
-UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
-
-SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
-SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
+PV = "1.16+git${SRCPV}"
+SRC_URI = "git://github.com/stedolan/jq;protocol=https;branch=master"
+SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
+S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-- 
2.34.1.703.g22d0c6ccf7-goog



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [oe] [meta-oe][PATCH v3] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-19  5:13   ` [oe] " Khem Raj
@ 2022-01-19  7:24     ` William Kennington
  0 siblings, 0 replies; 9+ messages in thread
From: William Kennington @ 2022-01-19  7:24 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

Totally missed that, apparently my distro is out of date compared to upstream


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-oe][PATCH v5] jq: upgrade 1.6 -> 2021-10-24 git
  2022-01-18 23:00 [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git William A. Kennington III
                   ` (3 preceding siblings ...)
  2022-01-19  7:24 ` [meta-oe][PATCH v4] " William A. Kennington III
@ 2022-01-19  7:25 ` William A. Kennington III
  4 siblings, 0 replies; 9+ messages in thread
From: William A. Kennington III @ 2022-01-19  7:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: William A. Kennington III

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>
---
 .../recipes-devtools/jq/{jq_1.6.bb => jq_git.bb}    | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-devtools/jq/{jq_1.6.bb => jq_git.bb} (65%)

diff --git a/meta-oe/recipes-devtools/jq/jq_1.6.bb b/meta-oe/recipes-devtools/jq/jq_git.bb
similarity index 65%
rename from meta-oe/recipes-devtools/jq/jq_1.6.bb
rename to 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/"
 BUGTRACKER = "https://github.com/stedolan/jq/issues"
 SECTION = "utils"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=15d03e360fa7399f76d5a4359fc72cbf"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2814b59e00e7918c864fa3b6bbe049b4"
 
-SRC_URI = "https://github.com/stedolan/${BPN}/releases/download/${BP}/${BP}.tar.gz"
-
-UPSTREAM_CHECK_URI = "https://github.com/stedolan/${BPN}/releases"
-UPSTREAM_CHECK_REGEX = "jq\-(?P<pver>(\d+\.\d+))(?!_\d+).tar.gz"
-
-SRC_URI[md5sum] = "e68fbd6a992e36f1ac48c99bbf825d6b"
-SRC_URI[sha256sum] = "5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72"
+PV = "1.6+git${SRCPV}"
+SRC_URI = "git://github.com/stedolan/jq;protocol=https;branch=master"
+SRCREV = "a9f97e9e61a910a374a5d768244e8ad63f407d3e"
+S = "${WORKDIR}/git"
 
 inherit autotools-brokensep
 
-- 
2.34.1.703.g22d0c6ccf7-goog



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-01-19  7:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 23:00 [meta-oe][PATCH] jq: upgrade 1.6 -> 2021-10-24 git William A. Kennington III
2022-01-19  2:42 ` [oe] " Khem Raj
2022-01-19  3:58   ` William Kennington
2022-01-19  3:56 ` [meta-oe][PATCH v2] " William A. Kennington III
2022-01-19  4:07 ` [meta-oe][PATCH v3] " William A. Kennington III
2022-01-19  5:13   ` [oe] " Khem Raj
2022-01-19  7:24     ` William Kennington
2022-01-19  7:24 ` [meta-oe][PATCH v4] " William A. Kennington III
2022-01-19  7:25 ` [meta-oe][PATCH v5] " William A. Kennington III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.