summaryrefslogtreecommitdiffstats
path: root/meta/classes/license_image.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/license_image.bbclass')
-rw-r--r--meta/classes/license_image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass
index 3213ea758e..1c06a02951 100644
--- a/meta/classes/license_image.bbclass
+++ b/meta/classes/license_image.bbclass
@@ -229,7 +229,7 @@ def get_deployed_dependencies(d):
229 deploy = {} 229 deploy = {}
230 # Get all the dependencies for the current task (rootfs). 230 # Get all the dependencies for the current task (rootfs).
231 taskdata = d.getVar("BB_TASKDEPDATA", False) 231 taskdata = d.getVar("BB_TASKDEPDATA", False)
232 pn = d.getVar("PN", True) 232 pn = d.getVar("PN")
233 depends = list(set([dep[0] for dep 233 depends = list(set([dep[0] for dep
234 in list(taskdata.values()) 234 in list(taskdata.values())
235 if not dep[0].endswith("-native") and not dep[0] == pn])) 235 if not dep[0].endswith("-native") and not dep[0] == pn]))