diff options
Diffstat (limited to 'meta/classes/gettext.bbclass')
-rw-r--r-- | meta/classes/gettext.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index a1e00e72c1..0b69fa9392 100644 --- a/meta/classes/gettext.bbclass +++ b/meta/classes/gettext.bbclass | |||
@@ -1,5 +1,4 @@ | |||
1 | def gettext_after_parse(d): | 1 | def gettext_after_parse(d): |
2 | import bb | ||
3 | # Remove the NLS bits if USE_NLS is no. | 2 | # Remove the NLS bits if USE_NLS is no. |
4 | if bb.data.getVar('USE_NLS', d, 1) == 'no': | 3 | if bb.data.getVar('USE_NLS', d, 1) == 'no': |
5 | cfg = oe_filter_out('^--(dis|en)able-nls$', bb.data.getVar('EXTRA_OECONF', d, 1) or "", d) | 4 | cfg = oe_filter_out('^--(dis|en)able-nls$', bb.data.getVar('EXTRA_OECONF', d, 1) or "", d) |