diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 15:19:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-10 08:46:25 +0100 |
commit | e2915b6e1d2088d3a791bf629dabc58f38940961 (patch) | |
tree | a435d7dc39ecb7d3c67a0a2797f4fae17dcb6b69 /meta/classes/license.bbclass | |
parent | c71fa87bc2e7155e69ea5ff7a284a05073602eed (diff) | |
download | openembedded-core-contrib-e2915b6e1d2088d3a791bf629dabc58f38940961.tar.gz |
classes/license: remove outdated comment
Package listing was implemented in the deb backend some time ago.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/license.bbclass')
-rw-r--r-- | meta/classes/license.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 170bdd9476b..76749c4c296 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 |