meta/classes: fix bb.build.FuncFailed typos

(From OE-Core rev: 6a8b9599945f3f57bd86a205bc107b8490518d29)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jonathan Liu
2016-08-07 18:34:28 +10:00
committed by Richard Purdie
parent 30ab044dac
commit 88a3d7629c
4 changed files with 6 additions and 6 deletions

View File

@@ -105,7 +105,7 @@ python build_syslinux_cfg () {
try:
cfgfile = open(cfile, 'w')
except OSError:
raise bb.build.funcFailed('Unable to open %s' % (cfile))
raise bb.build.FuncFailed('Unable to open %s' % (cfile))
cfgfile.write('# Automatically created by OE\n')