]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 10 Nov 2016 01:45:19 +0000 (14:45 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Nov 2016 11:02:27 +0000 (11:02 +0000)
commite9c418d4704c1bed4c5880e176e5288485f4f5a6
tree9a483df72e359a036267fb5156db5b26c6963db4
parenta19c26cc78a181f9dd2706dd42e7e450d7ad4082
lib/oe/recipeutils: ignore archives by default in get_recipe_local_files()

By default, have get_recipe_local_files() not return any archive
files. This prevents a local tarball from being erroneously removed
from SRC_URI if you run "devtool modify" on a recipe followed by
"devtool update-recipe". It doesn't actually help you to directly
update the contents of such tarballs, but at least now it won't break
the recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/recipeutils.py