diff options
Diffstat (limited to 'meta/classes/license_image.bbclass')
-rw-r--r-- | meta/classes/license_image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass index 5cec7a07fa..5490d121f1 100644 --- a/meta/classes/license_image.bbclass +++ b/meta/classes/license_image.bbclass | |||
@@ -87,7 +87,7 @@ def write_license_files(d, license_manifest, pkg_dic, rootfs=True): | |||
87 | # If the package doesn't contain any file, that is, its size is 0, the license | 87 | # If the package doesn't contain any file, that is, its size is 0, the license |
88 | # isn't relevant as far as the final image is concerned. So doing license check | 88 | # isn't relevant as far as the final image is concerned. So doing license check |
89 | # doesn't make much sense, skip it. | 89 | # doesn't make much sense, skip it. |
90 | if pkg_dic[pkg]["PKGSIZE_%s" % pkg] == "0": | 90 | if pkg_dic[pkg]["PKGSIZE:%s" % pkg] == "0": |
91 | continue | 91 | continue |
92 | else: | 92 | else: |
93 | # Image manifest | 93 | # Image manifest |