diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/archiver.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 013195df7d..48b4913a9f 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass | |||
@@ -32,7 +32,7 @@ | |||
32 | # directory suitable for direct use as a mirror. Duplicate sources are | 32 | # directory suitable for direct use as a mirror. Duplicate sources are |
33 | # ignored. | 33 | # ignored. |
34 | # 12) Source mirror exclusions: | 34 | # 12) Source mirror exclusions: |
35 | # ARCHIVE_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror. | 35 | # ARCHIVER_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror. |
36 | # This may be used for sources which you are already publishing yourself | 36 | # This may be used for sources which you are already publishing yourself |
37 | # (e.g. if the URI starts with 'https://mysite.com/' and your mirror is | 37 | # (e.g. if the URI starts with 'https://mysite.com/' and your mirror is |
38 | # going to be published to the same site). It may also be used to exclude | 38 | # going to be published to the same site). It may also be used to exclude |
@@ -359,7 +359,7 @@ python do_ar_mirror() { | |||
359 | break | 359 | break |
360 | 360 | ||
361 | if len(ud.mirrortarballs) and not localpath: | 361 | if len(ud.mirrortarballs) and not localpath: |
362 | bb.warn('Mirror tarballs are listed for a source but none are present.' \ | 362 | bb.warn('Mirror tarballs are listed for a source but none are present. ' \ |
363 | 'Falling back to original download.\n' \ | 363 | 'Falling back to original download.\n' \ |
364 | 'SRC_URI = %s' % (url)) | 364 | 'SRC_URI = %s' % (url)) |
365 | 365 | ||