Thanks, make/ninja jobserver is something we've been talking about since forever, and it's great to see actual code.
I suppose the biggest obstacle is that ninja support hasn't yet landed upstream, and I'd like to ensure it does. Also, a link to the pull request is missing? :) Alex On Mon, 28 Aug 2023 at 14:48, 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" > UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)" > > S = "${WORKDIR}/git" > -- > 2.41.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#186828): https://lists.openembedded.org/g/openembedded-core/message/186828 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]] -=-=-=-=-=-=-=-=-=-=-=-
