From d6138fe9506f270614670103043a9cbbfd6d84f8 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 4 Aug 2019 20:37:55 +0800 Subject: 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 Signed-off-by: Richard Purdie --- 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 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()) -- cgit 1.2.3-korg