summaryrefslogtreecommitdiffstats
path: root/meta/classes/license_image.bbclass
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-08-04 20:37:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-06 11:23:36 +0100
commit39f5a3030a97bdf567ee11091dd4e95ef04585d7 (patch)
tree846d1e08da03022c6c65132be9ff97c7f8b143e9 /meta/classes/license_image.bbclass
parent29ac3e98fdfb7d0d3bb3884b97a0ba5255826904 (diff)
downloadopenembedded-core-contrib-39f5a3030a97bdf567ee11091dd4e95ef04585d7.tar.gz
license_image.bbclass: drop invalid comments
These comments are not valid any more, drop them. Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license_image.bbclass')
-rw-r--r--meta/classes/license_image.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass
index 2cfda81c99..3f102d0fbc 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())