summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2020-03-20 19:03:12 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-22 10:48:44 +0000
commitc2b67f880f047904dd7b0ef9f1ae3d9077a09585 (patch)
treec8374b0d395fe0489db3fb6f56dd4a94f5acdf36 /meta/classes
parentf6697e551e4f478ea7f22586545bc1c639fe44c2 (diff)
downloadpoky-c2b67f880f047904dd7b0ef9f1ae3d9077a09585.tar.gz
archiver.bbclass: Correct a typo
Also add a missing space in a warning message. (From OE-Core rev: 6d1d0dccafeaeb971ad18a8bb4ebdd2860d407d5) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/archiver.bbclass4
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