[OE-core] [PATCH V3] devtool: modify command fails to ignore source files

2016-10-03 Thread Stephano Cetola
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

[OE-core] [PATCH V3] devtool: modify command fails to ignore source files

2016-10-03 Thread Stephano Cetola
Changes since V2: Added os.sep to path name for decreased chance of false positive matches. Stephano Cetola (1): devtool: modify command fails to ignore source files scripts/lib/devtool/standard.py | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) -- 2.10.0 --