From 80de39d556dd71dff6feb347278e92e291d8d098 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 11 May 2015 13:38:49 +0200 Subject: [PATCH] ninja-native: upgrade to 1.5.3 Signed-off-by: Martin Jansa --- .../ninja/{ninja-native_1.4.0.bb => ninja-native_git.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename recipes-devtools/ninja/{ninja-native_1.4.0.bb => ninja-native_git.bb} (85%) diff --git a/recipes-devtools/ninja/ninja-native_1.4.0.bb b/recipes-devtools/ninja/ninja-native_git.bb similarity index 85% rename from recipes-devtools/ninja/ninja-native_1.4.0.bb rename to recipes-devtools/ninja/ninja-native_git.bb index a115c2e..e2deb6b 100644 --- a/recipes-devtools/ninja/ninja-native_1.4.0.bb +++ b/recipes-devtools/ninja/ninja-native_git.bb @@ -5,7 +5,8 @@ inherit native LIC_FILES_CHKSUM = "file://COPYING;md5=a81586a64ad4e476c791cda7e2f2c52e" -SRCREV="63d5b1013cafb2db95687cf446eb5bb68cf6a27a" +PV = "1.5.3+gitr${SRCPV}" +SRCREV="3309498174411e02e7680ea8b470bb7d1d70bdb8" SRCBRANCH="release" SRC_URI = "git://github.com/martine/ninja.git;branch=${SRCBRANCH}"