]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: Added function get_deployed_dependencies
authorMariano Lopez <mariano.lopez@linux.intel.com>
Thu, 12 Nov 2015 14:14:40 +0000 (14:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Dec 2015 21:07:19 +0000 (21:07 +0000)
commit2be96279580eac2b03970131dcd81b13c7f7f7d5
tree706792cdad824ce887386e21f9da0e7cebfee094
parentb165c2d3349115546c9db2f084eb6def4913b82d
license.bbclass: Added function get_deployed_dependencies

This change introduce a new function to get the dependencies
that were deployed. It uses BB_TASKDEPDATAto get all the
dependencies of the current task, so it is possible to get
different packages depending at what point this function is
called.

[YOCTO #6772]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
meta/classes/license.bbclass