diff options
-rw-r--r-- | meta/classes/license_image.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass index 7e1d0e08a9..3213ea758e 100644 --- a/meta/classes/license_image.bbclass +++ b/meta/classes/license_image.bbclass | |||
@@ -104,6 +104,8 @@ def write_license_files(d, license_manifest, pkg_dic, rootfs=True): | |||
104 | "The license listed %s was not in the "\ | 104 | "The license listed %s was not in the "\ |
105 | "licenses collected for recipe %s" | 105 | "licenses collected for recipe %s" |
106 | % (lic, pkg_dic[pkg]["PN"]), d) | 106 | % (lic, pkg_dic[pkg]["PN"]), d) |
107 | oe.qa.exit_if_errors(d) | ||
108 | |||
107 | # Two options here: | 109 | # Two options here: |
108 | # - Just copy the manifest | 110 | # - Just copy the manifest |
109 | # - Copy the manifest and the license directories | 111 | # - Copy the manifest and the license directories |