diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/lic-checksum.py')
-rw-r--r-- | meta/lib/oeqa/selftest/lic-checksum.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/lic-checksum.py b/meta/lib/oeqa/selftest/lic-checksum.py index 9a9f7b21a1..92fc3a84f1 100644 --- a/meta/lib/oeqa/selftest/lic-checksum.py +++ b/meta/lib/oeqa/selftest/lic-checksum.py | |||
@@ -17,7 +17,8 @@ class LicenseTests(oeSelfTest): | |||
17 | os.close(lic_file) | 17 | os.close(lic_file) |
18 | self.track_for_cleanup(lic_path) | 18 | self.track_for_cleanup(lic_path) |
19 | 19 | ||
20 | self.write_recipeinc('emptytest', 'LIC_FILES_CHKSUM = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e"' % lic_path) | 20 | self.write_recipeinc('emptytest', 'INHIBIT_DEFAULT_DEPS = "1"') |
21 | self.append_recipeinc('emptytest', 'LIC_FILES_CHKSUM = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e"' % lic_path) | ||
21 | result = bitbake(bitbake_cmd) | 22 | result = bitbake(bitbake_cmd) |
22 | 23 | ||
23 | with open(lic_path, "w") as f: | 24 | with open(lic_path, "w") as f: |