]> code.ossystems Code Review - openembedded-core.git/commit
devtool: modify command fails to ignore source files
authorStephano Cetola <stephano.cetola@linux.intel.com>
Wed, 5 Oct 2016 17:07:17 +0000 (10:07 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2016 22:22:33 +0000 (23:22 +0100)
commit31f1bbad248c36a8c86dde4ff57ce42efc664082
tree8d52643af5029627586eae76c48a26de8ee12ee4
parent06c732bb8e2896d789716e7f0635aac9ff3a2d42
devtool: modify command fails to ignore source files

With recent changes to recipeutils, the list of local files returned
by get_recipe_local_files could possibly include source files. This
only happens when the recipe contains a SRC_URI using subdir= to put
files in the source tree. These files should be ignored when
populating the list of local files for oe-local-files directory.

[YOCTO #10326]

introduced in
OE-Core revision 9069fef5dad5a873c8a8f720f7bcbc7625556309

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/standard.py