]> code.ossystems Code Review - openembedded-core.git/commit
devtool: update-recipe: don't copy local files that haven't changed
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 13 Jul 2016 21:04:20 +0000 (09:04 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:53 +0000 (10:24 +0100)
commit9230bfcc839eb35630949f0a8ed058ca1fa944b1
treefbce5ed9a3864e6268d475dc7a12468beaa0e0fa
parentc7a8190cf8bdf86ba850b6780b8e951e90232c06
devtool: update-recipe: don't copy local files that haven't changed

If there are files in the oe-local-files directory which are identical
to the original version, then we shouldn't be copying them to the
destination layer. This is particularly important when using the -a
option to create a bbappend.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/devtool/standard.py