diff options
author | Ming Liu <liu.ming50@gmail.com> | 2019-08-04 20:37:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-06 11:24:27 +0100 |
commit | d6138fe9506f270614670103043a9cbbfd6d84f8 (patch) | |
tree | b054e5265fc76b7a541efae8fc6c5b7876cc739b /meta/classes | |
parent | cd5ba94ea5a8d885a37f19472f0fdc1a45dcb043 (diff) | |
download | poky-d6138fe9506f270614670103043a9cbbfd6d84f8.tar.gz |
license_image.bbclass: drop invalid comments
These comments are not valid any more, drop them.
(From OE-Core rev: 39f5a3030a97bdf567ee11091dd4e95ef04585d7)
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/license_image.bbclass | 4 |
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): | |||
198 | 198 | ||
199 | deploy = {} | 199 | deploy = {} |
200 | # Get all the dependencies for the current task (rootfs). | 200 | # Get all the dependencies for the current task (rootfs). |
201 | # Also get EXTRA_IMAGEDEPENDS because the bootloader is | ||
202 | # usually in this var and not listed in rootfs. | ||
203 | # At last, get the dependencies from boot classes because | ||
204 | # it might contain the bootloader. | ||
205 | taskdata = d.getVar("BB_TASKDEPDATA", False) | 201 | taskdata = d.getVar("BB_TASKDEPDATA", False) |
206 | depends = list(set([dep[0] for dep | 202 | depends = list(set([dep[0] for dep |
207 | in list(taskdata.values()) | 203 | in list(taskdata.values()) |