summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2016-03-18 16:50:10 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2016-03-21 10:19:41 -0400
commit0272d957bf5424acc425557e9a0a4a26c03b4401 (patch)
tree94c0c80419831b0573cd37a3ac3e21afeee673b0 /meta-openstack/recipes-devtools/python
parent2594110cff733c603f97a812238fddf6cdf746df (diff)
downloadmeta-cloud-services-0272d957bf5424acc425557e9a0a4a26c03b4401.tar.gz
openstackchef: add missing parameter to getVar
Builds are failing with: File: 'openstackchef_inc.bbclass', lineno: 624, function: deploychef_add_file_to_FILES_PN 0620: pkg_files = "FILES_%s" % pkg 0621: ldata.setVar("OVERRIDES", "%s:%s" % (pkg_files, overrides)) 0622: bb.data.update_data(ldata) 0623: *** 0624: dest_base = d.getVar('CHEF_TEMPLATE_BASE') 0625: pkg_imagedir = d.getVar('CHEF_ROOTFS_BASE', True) 0626: #Add the packages image base directory if it does not already exist 0627: if re.search(pkg_imagedir, files) == None: 0628: #All the directory and all files in it Exception: TypeError: getVar() takes at least 3 arguments (2 given) Add the required parameter to fix the build. Chef is planned to be removed from this layer in the near future, so this change is not tested. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions