From: Paul Eggleton Date: Tue, 9 Apr 2013 14:19:18 +0000 (+0100) Subject: classes/license: remove outdated comment X-Git-Tag: 2015-4~6888 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e2915b6e1d2088d3a791bf629dabc58f38940961;p=openembedded-core.git classes/license: remove outdated comment Package listing was implemented in the deb backend some time ago. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 170bdd9476..76749c4c29 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass @@ -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