diff options
-rw-r--r-- | meta/classes/externalsrc.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass index 0fa5817d9a..70e6fd76b3 100644 --- a/meta/classes/externalsrc.bbclass +++ b/meta/classes/externalsrc.bbclass | |||
@@ -88,5 +88,5 @@ python () { | |||
88 | 88 | ||
89 | python externalsrc_compile_prefunc() { | 89 | python externalsrc_compile_prefunc() { |
90 | # Make it obvious that this is happening, since forgetting about it could lead to much confusion | 90 | # Make it obvious that this is happening, since forgetting about it could lead to much confusion |
91 | bb.warn('Compiling %s from external source %s' % (d.getVar('PN', True), d.getVar('EXTERNALSRC', True))) | 91 | bb.plain('NOTE: %s: compiling from external source tree %s' % (d.getVar('PN', True), d.getVar('EXTERNALSRC', True))) |
92 | } | 92 | } |