1
0
mirror of https://git.yoctoproject.org/poky synced 2026-04-20 11:28:58 +00:00

ninja: Upgrade from 1.7.2 to major release 1.8.2

(From OE-Core rev: f683b892b70a9587d9c2812ffc22da2375b34923)

Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alejandro Enedino Hernandez Samaniego
2018-01-19 16:19:06 -08:00
committed by Richard Purdie
parent f994f104d8
commit 9c6fc607ff

View File

@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e"
DEPENDS = "re2c-native ninja-native"
SRCREV = "717b7b4a31db6027207588c0fb89c3ead384747b"
SRCREV = "253e94c1fa511704baeb61cf69995bbf09ba435e"
SRC_URI = "git://github.com/martine/ninja.git;branch=release"
SRC_URI = "git://github.com/ninja-build/ninja.git;branch=release"
UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>.*)"
S = "${WORKDIR}/git"