]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass: Fix gcc-source corner case
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 22 Mar 2016 14:04:02 +0000 (14:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Mar 2016 21:44:27 +0000 (21:44 +0000)
commit5be5eae2e1630a151a9f5866d60325d439150ced
treeae8f0229b67b052078223261b5dcc06533a60846
parent09dfc99a813090043262529beb6d900900e983dc
archiver.bbclass: Fix gcc-source corner case

Bitbake couldn't add the task ar_configured when
trying to archive the configured source for
gcc-source-${PV} recipes. This is because the task
depended in the do_configure and this task doesn't
exist for gcc-source.

This fix allows to archive configured gcc-source recipe.

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/archiver.bbclass