[oe-commits] [openembedded-core] 01/02: license_image.bbclass: drop invalid comments

git at git.openembedded.org git at git.openembedded.org
Tue Aug 6 07:59:13 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f7ffc4e6ca041c2e77b7d49f1e5f045cd73e8a8d
Author: Ming Liu <liu.ming50 at gmail.com>
AuthorDate: Sun Aug 4 20:37:55 2019 +0800

    license_image.bbclass: drop invalid comments
    
    These comments are not valid any more, drop them.
    
    Signed-off-by: Ming Liu <liu.ming50 at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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())

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list