mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
meta/classes: fix bb.build.FuncFailed typos
(From OE-Core rev: 32fb246f7288199c74794f7736da4b32a08a756f) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8f300880c4
commit
b64fa0af89
@@ -105,7 +105,7 @@ python build_syslinux_cfg () {
|
||||
try:
|
||||
cfgfile = file(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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user