mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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>
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user