aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-03-18 16:31:57 +1100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-20 23:51:25 +0000
commitddac4f3c1350c3a4e0ea4ae732de0689325d883f (patch)
tree74f8f13a3317ab26a3ea7096a6b26c1dbb332922
parente75d1d76949f944367d06bea82f519fdecda3ca3 (diff)
downloadopenembedded-core-contrib-ddac4f3c1350c3a4e0ea4ae732de0689325d883f.tar.gz
base.bbclass: clean up warning message for 'S'
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/classes/base.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 2c2d0192f1..3d9235e1a6 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -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):