From 4437780e17c3c144aeb2392d087c9d07c48206bb Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 11 May 2015 13:38:49 +0200 Subject: ninja-native: upgrade to 1.5.3 Signed-off-by: Martin Jansa --- recipes-devtools/ninja/ninja-native_1.4.0.bb | 22 ---------------------- recipes-devtools/ninja/ninja-native_git.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 22 deletions(-) delete mode 100644 recipes-devtools/ninja/ninja-native_1.4.0.bb create mode 100644 recipes-devtools/ninja/ninja-native_git.bb diff --git a/recipes-devtools/ninja/ninja-native_1.4.0.bb b/recipes-devtools/ninja/ninja-native_1.4.0.bb deleted file mode 100644 index a115c2e3..00000000 --- a/recipes-devtools/ninja/ninja-native_1.4.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Ninja is a small build system with a focus on speed." -LICENSE = "Apache-2" - -inherit native - -LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" - -SRCREV="63d5b1013cafb2db95687cf446eb5bb68cf6a27a" -SRCBRANCH="release" - -SRC_URI = "git://github.com/martine/ninja.git;branch=${SRCBRANCH}" - -S="${WORKDIR}/git" - -do_compile() { - python ${S}/bootstrap.py -} - -do_install() { - install -d ${D}${bindir} - install -m 0755 ${S}/ninja ${D}${bindir}/ninja -} diff --git a/recipes-devtools/ninja/ninja-native_git.bb b/recipes-devtools/ninja/ninja-native_git.bb new file mode 100644 index 00000000..e2deb6b2 --- /dev/null +++ b/recipes-devtools/ninja/ninja-native_git.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Ninja is a small build system with a focus on speed." +LICENSE = "Apache-2" + +inherit native + +LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" + +PV = "1.5.3+gitr${SRCPV}" +SRCREV="3309498174411e02e7680ea8b470bb7d1d70bdb8" +SRCBRANCH="release" + +SRC_URI = "git://github.com/martine/ninja.git;branch=${SRCBRANCH}" + +S="${WORKDIR}/git" + +do_compile() { + python ${S}/bootstrap.py +} + +do_install() { + install -d ${D}${bindir} + install -m 0755 ${S}/ninja ${D}${bindir}/ninja +} -- cgit v1.2.3