summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/toaster.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/toaster.bbclass b/meta/classes/toaster.bbclass
index 1c0703c680..004e068de7 100644
--- a/meta/classes/toaster.bbclass
+++ b/meta/classes/toaster.bbclass
@@ -317,6 +317,7 @@ python toaster_buildhistory_dump() {
317 allpkgs = {} 317 allpkgs = {}
318 files = {} 318 files = {}
319 for target in e._pkgs: 319 for target in e._pkgs:
320 target = target.split(':')[0] # strip ':<task>' suffix from the target
320 installed_img_path = e.data.expand(os.path.join(BUILDHISTORY_DIR_IMAGE_BASE, target)) 321 installed_img_path = e.data.expand(os.path.join(BUILDHISTORY_DIR_IMAGE_BASE, target))
321 if os.path.exists(installed_img_path): 322 if os.path.exists(installed_img_path):
322 images[target] = {} 323 images[target] = {}