]> code.ossystems Code Review - openembedded-core.git/commit
gcc-source.inc: cleanly disable do_rm_work
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 13 Jan 2017 14:52:31 +0000 (15:52 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:45:42 +0000 (22:45 +0000)
commit1f2a3cdadac1560b0e03a7be25f452ad48c27ddb
treecf4134c6f5d4a09b5c9bbda700f01b30b70c34df
parent10c136a382006c0ec2679a70f47ff2446c10372c
gcc-source.inc: cleanly disable do_rm_work

Using "deltask" assumes that do_rm_work has been added already, which
won't be the case anymore in the upcoming improved rm_work.bbclass,
because then an anonymous python method will add do_rm_work.

Setting RM_WORK_EXCLUDE works with the current and upcoming
rm_work.bbclass and is the API that is meant to be used for excluding
recipes from cleaning, so use that.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-source.inc