[Toaster] [PATCH][review-request 2/2] toaster: use deploy_dir var to obtain the license.manifest path
Cristiana Voicu
cristiana.voicu at intel.com
Thu Mar 27 02:58:02 PDT 2014
[YOCTO #6051]
Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
---
bitbake/lib/bb/ui/buildinfohelper.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bitbake/lib/bb/ui/buildinfohelper.py b/bitbake/lib/bb/ui/buildinfohelper.py
index d1d92c8..0a93609 100644
--- a/bitbake/lib/bb/ui/buildinfohelper.py
+++ b/bitbake/lib/bb/ui/buildinfohelper.py
@@ -629,7 +629,7 @@ class BuildInfoHelper(object):
def store_license_manifest_path(self, event):
- deploy_dir = event.data['deploy_dir_image']
+ deploy_dir = event.data['deploy_dir']
image_name = event.data['image_name']
path = deploy_dir + "/licenses/" + image_name + "/"
for target in self.internal_state['targets']:
--
1.7.9.5
More information about the toaster
mailing list