]> code.ossystems Code Review - openembedded-core.git/commitdiff
archiver.bbclass: Correct a typo
authorPeter Kjellerstedt <pkj@axis.com>
Fri, 20 Mar 2020 18:03:12 +0000 (19:03 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Mar 2020 22:41:29 +0000 (22:41 +0000)
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>
meta/classes/archiver.bbclass

index 013195df7db700be2c5494272073fe4254417bfc..48b4913a9f034c229f37c9720d673d5269f7b282 100644 (file)
@@ -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))