[oe-commits] Bruce Ashfield : kern-tools: fix patch series to git tree validation

git at git.openembedded.org git at git.openembedded.org
Tue Aug 27 10:06:04 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6357657ec5b5687defaf1acdd94c1cf89aa06541
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6357657ec5b5687defaf1acdd94c1cf89aa06541

Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Mon Aug 26 17:28:29 2013 +0000

kern-tools: fix patch series to git tree validation

Previous changes to the kern-tools improved functionality to ensure that
as a series is considered, it is checked against the tree to confirm that
all patches are really applied.

There was a bug in the subject based detection, such that the first matching
patch was take, and not the last. This change ensures that we start from
the end of a series, not the start.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../kern-tools/kern-tools-native_git.bb            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index f6fca9e..4d891d7 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=d8d1d729a70c
 
 DEPENDS = "git-native"
 
-SRCREV = "60a894e1018ab55f4014fbfb2a56624d26d94504"
+SRCREV = "7fb05c54db4ce513fd961c5b71d85de5dafedb30"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 



More information about the Openembedded-commits mailing list