classes/license: remove outdated comment
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 9 Apr 2013 14:19:18 +0000 (15:19 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Apr 2013 08:23:18 +0000 (09:23 +0100)
Package listing was implemented in the deb backend some time ago.

(From OE-Core rev: e2915b6e1d2088d3a791bf629dabc58f38940961)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass

index 170bdd9..76749c4 100644 (file)
@@ -26,7 +26,6 @@ license_create_manifest() {
        if [ -f ${LICENSE_MANIFEST} ]; then
                rm ${LICENSE_MANIFEST}
        fi
-       # list of installed packages is broken for deb
        touch ${LICENSE_MANIFEST}
        for pkg in ${INSTALLED_PKGS}; do
                # not the best way to do this but licenses are not arch dependant iirc