]> code.ossystems Code Review - openembedded-core.git/commit
devtool: update-recipe: avoid updating patches that have not changed
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 2 Oct 2015 13:05:07 +0000 (14:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Oct 2015 23:01:13 +0000 (00:01 +0100)
commit7baf57ad896112cf2258b3e2c2a1f8b756fb39bc
tree635ed84caf83e240e1521bcf5b9595af38d9d39d
parent037b757722093ced372eaae8cc9305ad2ea81ab5
devtool: update-recipe: avoid updating patches that have not changed

Use "git cherry" against the original tag that we made when we extracted
the source in order to find the revisions that are definitely new. This
allows you to modify a commit in the middle of the series and then run
devtool update-recipe and not have the subsequent patches unnecessarily
modified.

Fixes [YOCTO #8388].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py