summaryrefslogtreecommitdiffstats
path: root/rules/host-ninja.in
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-05-13 15:46:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-05-18 19:50:24 +0200
commit09106f3a0b3079179c0470ed9484bfbd122e2459 (patch)
treeb7c1d4003fb40a796a3a009d071ccb2cab7ec10c /rules/host-ninja.in
parented660a4b4bff78144b040e4553a72f2b1bb70fe8 (diff)
downloadptxdist-09106f3a0b3079179c0470ed9484bfbd122e2459.tar.gz
ptxdist-09106f3a0b3079179c0470ed9484bfbd122e2459.tar.xz
host-ninja: Version bump and fork change. 0.8.2 -> 1.10.2.g51db2.kitware.jobserver-1
Almost 5 years in the making. Lots of bugs and behavior has changed. Upstream release notes from v1.8.2 (mostly referrals to git changes). v1.9.0: https://groups.google.com/forum/#!topic/ninja-build/nY5Kb7zUvcg v1.10.0: https://groups.google.com/d/msg/ninja-build/piOltAhywFA/zPfkrTtRCwAJ v1.10.1: https://groups.google.com/d/msg/ninja-build/QQM54eAhrjU/q5zn_zTlAQAJ v1.10.2: https://groups.google.com/d/msg/ninja-build/oobwq_F0PpA/FeJC5LoRBgAJ Now follow in the path of others. Due to the popular but stalled jobserver feature addition (6 years), people has started forking ninja just for this feature. https://github.com/buildroot/buildroot/commit/227d7e0cbaaf093f509f5728f06fad5f53caed7b Do the same for ptxdist. * Point ninja URL to the kitware fork. * Upstream ninja now uses CMAKE. Drop python configuration. * Reflect the CMAKE / PYTHON changes in the in file. * Ninja is now default OOT. But lets keep it as it was for now. Disable OOT. * Drop the old patchset which was the jobserver beside the fix for ptxdist file descriptor handling. * Forward file descriptor handling to a new patchset. Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220513134621.1963504-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-ninja.in')
-rw-r--r--rules/host-ninja.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-ninja.in b/rules/host-ninja.in
index ef0e14fe8..fa568e714 100644
--- a/rules/host-ninja.in
+++ b/rules/host-ninja.in
@@ -2,7 +2,7 @@
config HOST_NINJA
tristate
- select HOST_SYSTEM_PYTHON3
+ select HOST_CMAKE
default y if ALLYES
help
Ninja build tool