diff options
author | rpjday@crashcourse.ca <rpjday@crashcourse.ca> | 2020-03-23 13:03:55 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-24 16:39:40 +0000 |
commit | d5db9d12642e03a1d5cca5f1520dad5fcc9524c3 (patch) | |
tree | fb09134a35f3a517e700699e1fd72fd2e4804645 /meta | |
parent | 3fa3ce2ae07339f2b2bd4b1136b9b776d76e62f6 (diff) | |
download | poky-d5db9d12642e03a1d5cca5f1520dad5fcc9524c3.tar.gz |
archiver.py: fix typo of "ARCHIVER_MIRROR_EXCLUDE" in comment
(From OE-Core rev: 7bd0bb37ed98b7b8c2ce05f1434fe5ff12f8efc9)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/archiver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/archiver.py b/meta/lib/oeqa/selftest/cases/archiver.py index c036e0cbe2..606eaabcb0 100644 --- a/meta/lib/oeqa/selftest/cases/archiver.py +++ b/meta/lib/oeqa/selftest/cases/archiver.py | |||
@@ -208,7 +208,7 @@ class Archiver(OESelftestTestCase): | |||
208 | """ | 208 | """ |
209 | Test that the archiver works with `ARCHIVER_MODE[src] = "mirror"` and | 209 | Test that the archiver works with `ARCHIVER_MODE[src] = "mirror"` and |
210 | correctly excludes an archive when its URL matches | 210 | correctly excludes an archive when its URL matches |
211 | `ARCHIVER_MIRROR_EXCLUDES`. | 211 | `ARCHIVER_MIRROR_EXCLUDE`. |
212 | """ | 212 | """ |
213 | 213 | ||
214 | target='selftest-ed' | 214 | target='selftest-ed' |