]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Thu, 6 Oct 2016 06:51:01 +0000 (07:51 +0100)
commit3c51b742c920d91f435f41aaf03efa73b8d17fe0
tree9ee0d3dd8f42197b1252fd16e626801628aac88d
parent79286b497a2733a5939bb0ab03144cbeab35904e
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

(From OE-Core rev: 31f1bbad248c36a8c86dde4ff57ce42efc664082)

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