[OE-core] [PATCH] license_image.bbclass: drop invalid comments
liu.ming50 at gmail.com
liu.ming50 at gmail.com
Sun Aug 4 12:37:55 UTC 2019
From: Ming Liu <liu.ming50 at gmail.com>
These comments are not valid any more, drop them.
Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
---
meta/classes/license_image.bbclass | 4 ----
1 file changed, 4 deletions(-)
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass
index 2cfda81..3f102d0 100644
--- a/meta/classes/license_image.bbclass
+++ b/meta/classes/license_image.bbclass
@@ -198,10 +198,6 @@ def get_deployed_dependencies(d):
deploy = {}
# Get all the dependencies for the current task (rootfs).
- # Also get EXTRA_IMAGEDEPENDS because the bootloader is
- # usually in this var and not listed in rootfs.
- # At last, get the dependencies from boot classes because
- # it might contain the bootloader.
taskdata = d.getVar("BB_TASKDEPDATA", False)
depends = list(set([dep[0] for dep
in list(taskdata.values())
--
2.7.4
More information about the Openembedded-core
mailing list