diff options
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 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 |