aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/license.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-03 16:34:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-04 23:35:05 +0000
commit0450c74e36b5547e3e903fdabe0f52675ac94dea (patch)
tree1eec3aab1d6ea1089fbe8cf5d0473a74e8c04b54 /meta/classes/license.bbclass
parentf76fe46e098dc7f94b351500297fe6be5cd05b68 (diff)
downloadopenembedded-core-contrib-0450c74e36b5547e3e903fdabe0f52675ac94dea.tar.gz
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>
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r--meta/classes/license.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass
index fe38d2152c..a7f377361c 100644
--- a/meta/classes/license.bbclass
+++ b/meta/classes/license.bbclass
@@ -312,6 +312,7 @@ python perform_packagecopy_prepend () {
copy_license_files(lic_files_paths, destdir)
add_package_and_files(d)
}
+perform_packagecopy[vardeps] += "LICENSE_CREATE_PACKAGE"
def get_recipe_info(d):
info = {}