summaryrefslogtreecommitdiffstats
path: root/meta/classes/grub-efi.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/grub-efi.bbclass')
-rw-r--r--meta/classes/grub-efi.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass
index 4ce3d2844a..ec86627e4a 100644
--- a/meta/classes/grub-efi.bbclass
+++ b/meta/classes/grub-efi.bbclass
@@ -93,7 +93,7 @@ python build_efi_cfg() {
93 try: 93 try:
94 cfgfile = file(cfile, 'w') 94 cfgfile = file(cfile, 'w')
95 except OSError: 95 except OSError:
96 raise bb.build.funcFailed('Unable to open %s' % (cfile)) 96 raise bb.build.FuncFailed('Unable to open %s' % (cfile))
97 97
98 cfgfile.write('# Automatically created by OE\n') 98 cfgfile.write('# Automatically created by OE\n')
99 99