From 4404c611399feed4cd7b612b2d4c7ec1b9a3af79 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Mon, 20 Feb 2017 13:01:32 -0500 Subject: ninja: update version to 1.7.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-oe/recipes-devtools/ninja/ninja_1.7.1.bb | 30 --------------------------- meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb | 30 +++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta-oe/recipes-devtools/ninja/ninja_1.7.1.bb create mode 100644 meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb diff --git a/meta-oe/recipes-devtools/ninja/ninja_1.7.1.bb b/meta-oe/recipes-devtools/ninja/ninja_1.7.1.bb deleted file mode 100644 index 2a4b829177..0000000000 --- a/meta-oe/recipes-devtools/ninja/ninja_1.7.1.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Ninja is a small build system with a focus on speed." -HOMEPAGE = "http://martine.github.com/ninja/" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" - -DEPENDS = "re2c-native ninja-native" - -SRCREV = "b49b0fc01bb052b6ac856b1e72be9391e962398e" - -SRC_URI = "git://github.com/martine/ninja.git;branch=release" - -S = "${WORKDIR}/git" - -do_configure[noexec] = "1" - -do_compile_class-native() { - ./configure.py --bootstrap -} - -do_compile() { - ./configure.py - ninja -} - -do_install() { - install -d ${D}${bindir} - install -m 0755 ${S}/ninja ${D}${bindir}/ -} - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb b/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb new file mode 100644 index 0000000000..37ef00b87a --- /dev/null +++ b/meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb @@ -0,0 +1,30 @@ +SUMMARY = "Ninja is a small build system with a focus on speed." +HOMEPAGE = "http://martine.github.com/ninja/" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" + +DEPENDS = "re2c-native ninja-native" + +SRCREV = "717b7b4a31db6027207588c0fb89c3ead384747b" + +SRC_URI = "git://github.com/martine/ninja.git;branch=release" + +S = "${WORKDIR}/git" + +do_configure[noexec] = "1" + +do_compile_class-native() { + ./configure.py --bootstrap +} + +do_compile() { + ./configure.py + ninja +} + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/ninja ${D}${bindir}/ +} + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf