summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 15:19:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-10 09:23:18 +0100
commitf32d58076e969d43bf9ffb3592ed2788d1741da8 (patch)
tree8e93e9165bfcbae0bc91d80e2cdc7e0871d7055d /meta/classes
parent78babc0664e5b735d5dc67f05cbfea6924254e32 (diff)
downloadpoky-f32d58076e969d43bf9ffb3592ed2788d1741da8.tar.gz
classes/license: remove outdated comment
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>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/license.bbclass1
1 files changed, 0 insertions, 1 deletions
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() {
26 if [ -f ${LICENSE_MANIFEST} ]; then 26 if [ -f ${LICENSE_MANIFEST} ]; then
27 rm ${LICENSE_MANIFEST} 27 rm ${LICENSE_MANIFEST}
28 fi 28 fi
29 # list of installed packages is broken for deb
30 touch ${LICENSE_MANIFEST} 29 touch ${LICENSE_MANIFEST}
31 for pkg in ${INSTALLED_PKGS}; do 30 for pkg in ${INSTALLED_PKGS}; do
32 # not the best way to do this but licenses are not arch dependant iirc 31 # not the best way to do this but licenses are not arch dependant iirc