On Mon, Aug 28, 2023 at 5:48 AM Martin Hundeb?ll <[email protected]> wrote:
>
> Ninja doesn't (yet) support the GNU Make jobserver out of the box, but
> there is a pull request adding that support[1]. Switch the SRC_URI and
> SRCREV to point at the source of that pull request, to make ninja play
> nicely together with the recently added jobserver class.
>
> Signed-off-by: Martin Hundebøll <[email protected]>
> ---
>  .../ninja/{ninja_1.11.1.bb => ninja_1.12.0.bb}                | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/ninja/{ninja_1.11.1.bb => ninja_1.12.0.bb} (84%)
>
> diff --git a/meta/recipes-devtools/ninja/ninja_1.11.1.bb 
> b/meta/recipes-devtools/ninja/ninja_1.12.0.bb
> similarity index 84%
> rename from meta/recipes-devtools/ninja/ninja_1.11.1.bb
> rename to meta/recipes-devtools/ninja/ninja_1.12.0.bb
> index 8e297ec4d4..9abdd40a92 100644
> --- a/meta/recipes-devtools/ninja/ninja_1.11.1.bb
> +++ b/meta/recipes-devtools/ninja/ninja_1.12.0.bb
> @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
>
>  DEPENDS = "re2c-native ninja-native"
>
> -SRCREV = "a524bf3f6bacd1b4ad85d719eed2737d8562f27a"
> +SRCREV = "c9e21dbbc4c746ba397c0f9bec5f65c99f783c08"
>
> -SRC_URI = 
> "git://github.com/ninja-build/ninja.git;branch=release;protocol=https"
> +SRC_URI = 
> "git://github.com/stefanb2/ninja.git;branch=topic-issue-1139-part-3-jobserver-fifo;protocol=https"

This is a little concerning, as we are pointing to a fork here and
quite a lot depend on ninja now
a days. so I wonder whats the status of the patches and likelyhood of
them going upstream
in anycase, we should pick the patches instead of switching SRC_URI

>  UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
>
>  S = "${WORKDIR}/git"
> --
> 2.41.0
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#186840): 
https://lists.openembedded.org/g/openembedded-core/message/186840
Mute This Topic: https://lists.openembedded.org/mt/101009093/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to