base.bbclass: clean up warning message for 'S'

(From OE-Core rev: ddac4f3c1350c3a4e0ea4ae732de0689325d883f)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jonathan Liu 2015-03-18 16:31:57 +11:00 committed by Richard Purdie
parent f14ef4d9e8
commit 0f25dd5b6c
1 changed files with 1 additions and 1 deletions

View 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):