diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/libc-package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index 8c99d6113d..4d17ff90c0 100644 --- a/meta/classes/libc-package.bbclass +++ b/meta/classes/libc-package.bbclass | |||
@@ -260,7 +260,7 @@ python package_do_split_gconvs () { | |||
260 | localedef_opts = locale_arch_options[target_arch] | 260 | localedef_opts = locale_arch_options[target_arch] |
261 | else: | 261 | else: |
262 | bb.error("locale_arch_options not found for target_arch=" + target_arch) | 262 | bb.error("locale_arch_options not found for target_arch=" + target_arch) |
263 | raise bb.build.FuncFailed("unknown arch:" + target_arch + " for locale_arch_options") | 263 | bb.fatal("unknown arch:" + target_arch + " for locale_arch_options") |
264 | 264 | ||
265 | localedef_opts += " --force --no-archive --prefix=%s \ | 265 | localedef_opts += " --force --no-archive --prefix=%s \ |
266 | --inputfile=%s/%s/i18n/locales/%s --charmap=%s %s/%s" \ | 266 | --inputfile=%s/%s/i18n/locales/%s --charmap=%s %s/%s" \ |