diff options
-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() { | |||
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 |