[oe-commits] Paul Eggleton : classes/license: remove outdated comment

git at git.openembedded.org git at git.openembedded.org
Wed Apr 10 08:20:59 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: e2915b6e1d2088d3a791bf629dabc58f38940961
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e2915b6e1d2088d3a791bf629dabc58f38940961

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Tue Apr  9 15:19:18 2013 +0100

classes/license: remove outdated comment

Package listing was implemented in the deb backend some time ago.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 170bdd9..76749c4 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





More information about the Openembedded-commits mailing list