summaryrefslogtreecommitdiffstats
path: root/meta/classes/archiver.bbclass
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-21 22:41:29 +0000
commit6d1d0dccafeaeb971ad18a8bb4ebdd2860d407d5 (patch)
tree6da1ad595efb6c186713105c8717339184542d8c /meta/classes/archiver.bbclass
parent3f1fd15cf0df4a4b12d49ac795b1c9e02de61429 (diff)
downloadopenembedded-core-contrib-6d1d0dccafeaeb971ad18a8bb4ebdd2860d407d5.tar.gz
archiver.bbclass: Correct a typo
Also add a missing space in a warning message. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/archiver.bbclass')
-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 @@
# directory suitable for direct use as a mirror. Duplicate sources are
# ignored.
# 12) Source mirror exclusions:
-# ARCHIVE_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror.
+# ARCHIVER_MIRROR_EXCLUDE is a list of prefixes to exclude from the mirror.
# This may be used for sources which you are already publishing yourself
# (e.g. if the URI starts with 'https://mysite.com/' and your mirror is
# going to be published to the same site). It may also be used to exclude
@@ -359,7 +359,7 @@ python do_ar_mirror() {
break
if len(ud.mirrortarballs) and not localpath:
- bb.warn('Mirror tarballs are listed for a source but none are present.' \
+ bb.warn('Mirror tarballs are listed for a source but none are present. ' \
'Falling back to original download.\n' \
'SRC_URI = %s' % (url))