]> code.ossystems Code Review - openembedded-core.git/commit
license.bbclass: add LICENSE_CREATE_PACKAGE to perform_packagecopy vardeps
authorRoss Burton <ross.burton@intel.com>
Wed, 3 Feb 2016 16:34:52 +0000 (16:34 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Feb 2016 23:35:05 +0000 (23:35 +0000)
commit0450c74e36b5547e3e903fdabe0f52675ac94dea
tree1eec3aab1d6ea1089fbe8cf5d0473a74e8c04b54
parentf76fe46e098dc7f94b351500297fe6be5cd05b68
license.bbclass: add LICENSE_CREATE_PACKAGE to perform_packagecopy vardeps

This class has a perform_packagecopy_prepend() that uses LICENSE_CREATE_PACKAGE,
but the BitBake variable dependency code doesn't know that oe.data.typed_value()
is a getter.  Until BitBake knows this, add an explicit vardeps.

[ YOCTO #5635 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/license.bbclass