]> code.ossystems Code Review - openembedded-core.git/commitdiff
base.bbclass: clean up warning message for 'S'
authorJonathan Liu <net147@gmail.com>
Wed, 18 Mar 2015 05:31:57 +0000 (16:31 +1100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Mar 2015 23:51:25 +0000 (23:51 +0000)
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/base.bbclass

index 2c2d0192f1d5a930e44634a0ec108190ca6fa5d7..3d9235e1a638ddc6494f4407f92d2f0b6c71b67e 100644 (file)
@@ -151,7 +151,7 @@ python base_do_unpack() {
         raise bb.build.FuncFailed(e)
 
     if not os.path.exists(s_dir):
-        bb.warn("%s ('S') don't exist, you must set 'S' to a proper value" % s_dir)
+        bb.warn("%s ('S') doesn't exist, please set 'S' to a proper value" % s_dir)
 }
 
 def pkgarch_mapping(d):