poky/scripts/lib/recipetool
Paul Eggleton 891673101e recipetool: create: fix error when extracting source to a specified directory
Having fetched the source and unpacked it to a temporary directory, we
then move part of it to the destination directory, or if the source is at
the top level we move the whole temporary directory, but in the latter
case we were later attempting to delete the temporary directory which no
longer existed. Clear out the variable so that doesn't happen.

(From OE-Core rev: 91714a52e91cddba5a16c73cf5765d1f47f7856c)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-28 09:25:14 +00:00
..
__init__.py scripts/recipetool: Add a recipe auto-creation script 2014-12-23 10:18:15 +00:00
append.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00
create_buildsys_python.py recipetool: create: support extracting name and version from build scripts 2015-12-28 09:25:13 +00:00
create_buildsys.py recipetool: create: improve autotools support 2015-12-28 09:25:14 +00:00
create.py recipetool: create: fix error when extracting source to a specified directory 2015-12-28 09:25:14 +00:00
newappend.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00
setvar.py recipetool: make plugin registration function name consistent with devtool 2015-12-01 21:32:05 +00:00