summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/ninja
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/ninja')
-rw-r--r--external/poky/meta/recipes-devtools/ninja/ninja_1.10.0.bb (renamed from external/poky/meta/recipes-devtools/ninja/ninja_1.8.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/external/poky/meta/recipes-devtools/ninja/ninja_1.8.2.bb b/external/poky/meta/recipes-devtools/ninja/ninja_1.10.0.bb
index c6fcfef3..bdc63650 100644
--- a/external/poky/meta/recipes-devtools/ninja/ninja_1.8.2.bb
+++ b/external/poky/meta/recipes-devtools/ninja/ninja_1.10.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
DEPENDS = "re2c-native ninja-native"
-SRCREV = "253e94c1fa511704baeb61cf69995bbf09ba435e"
+SRCREV = "ed7f67040b370189d989adbd60ff8ea29957231f"
SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
@@ -15,11 +15,11 @@ S = "${WORKDIR}/git"
do_configure[noexec] = "1"
do_compile_class-native() {
- ./configure.py --bootstrap
+ python3 ./configure.py --bootstrap
}
do_compile() {
- ./configure.py
+ python3 ./configure.py
ninja
}