diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/lic_checksum.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/lic_checksum.py b/meta/lib/oeqa/selftest/cases/lic_checksum.py index 8f1226e6a5..bc0a2b5d8e 100644 --- a/meta/lib/oeqa/selftest/cases/lic_checksum.py +++ b/meta/lib/oeqa/selftest/cases/lic_checksum.py | |||
| @@ -26,6 +26,7 @@ LIC_FILES_CHKSUM = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e" | |||
| 26 | SRC_URI = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e" | 26 | SRC_URI = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e" |
| 27 | """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path))) | 27 | """ % (urllib.parse.quote(lic_path), urllib.parse.quote(lic_path))) |
| 28 | result = bitbake(bitbake_cmd) | 28 | result = bitbake(bitbake_cmd) |
| 29 | self.delete_recipeinc('emptytest') | ||
| 29 | 30 | ||
| 30 | 31 | ||
| 31 | # Verify that changing a license file that has an absolute path causes | 32 | # Verify that changing a license file that has an absolute path causes |
| @@ -51,5 +52,6 @@ SRC_URI = "file://%s;md5=d41d8cd98f00b204e9800998ecf8427e" | |||
| 51 | f.write("data") | 52 | f.write("data") |
| 52 | 53 | ||
| 53 | result = bitbake(bitbake_cmd, ignore_status=True) | 54 | result = bitbake(bitbake_cmd, ignore_status=True) |
| 55 | self.delete_recipeinc('emptytest') | ||
| 54 | if error_msg not in result.output: | 56 | if error_msg not in result.output: |
| 55 | raise AssertionError(result.output) | 57 | raise AssertionError(result.output) |
