poky/scripts/lib/recipetool
Paul Eggleton 32ed5f5769 recipetool: appendfile: fix file command error handling
* It turns out that not all versions of the file command support the -E
  option - the version in Ubuntu 14.04 doesn't support it for example.
  This option is supposed to force file to return an error if the file
  can't be opened - since we can't rely upon it then fall back to
  looking at the output instead. (The results of this issue were simply
  that we didn't notice if the file was executable and give a warning,
  which tripped an oe-selftest failure - so it was minor.)
* If we receive an error there's not much point looking at the output to
  see what type was returned because there wasn't one.

(From OE-Core rev: 7bf9dccef1aa626adc9c45addcd066fed69cace9)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-06-18 09:14:06 +01:00
..
__init__.py scripts/recipetool: Add a recipe auto-creation script 2014-12-23 10:18:15 +00:00
append.py recipetool: appendfile: fix file command error handling 2015-06-18 09:14:06 +01:00
create_buildsys_python.py recipetool: add python dependency scanning support 2015-01-23 11:36:28 +00:00
create_buildsys.py scripts/recipetool: Add a recipe auto-creation script 2014-12-23 10:18:15 +00:00
create.py recipetool: allow specifying SRCREV via rev= in URI 2015-05-01 17:08:50 +01:00