All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] archiver.bbclass: Correct a typo
@ 2020-03-20 18:03 Peter Kjellerstedt
  0 siblings, 0 replies; only message in thread
From: Peter Kjellerstedt @ 2020-03-20 18:03 UTC (permalink / raw)
  To: openembedded-core

Also add a missing space in a warning message.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
---
 meta/classes/archiver.bbclass | 4 ++--
 1 file 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))
 
-- 
2.21.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-20 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 18:03 [PATCH] archiver.bbclass: Correct a typo Peter Kjellerstedt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.