diff options
-rw-r--r-- | meta/lib/oe/sdk.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py index b4fbdb799e..d02a274812 100644 --- a/meta/lib/oe/sdk.py +++ b/meta/lib/oe/sdk.py | |||
@@ -88,10 +88,6 @@ class Sdk(object, metaclass=ABCMeta): | |||
88 | bb.warn("cannot remove SDK dir: %s" % path) | 88 | bb.warn("cannot remove SDK dir: %s" % path) |
89 | 89 | ||
90 | def install_locales(self, pm): | 90 | def install_locales(self, pm): |
91 | # This is only relevant for glibc | ||
92 | if self.d.getVar("TCLIBC") != "glibc": | ||
93 | return | ||
94 | |||
95 | linguas = self.d.getVar("SDKIMAGE_LINGUAS") | 91 | linguas = self.d.getVar("SDKIMAGE_LINGUAS") |
96 | if linguas: | 92 | if linguas: |
97 | import fnmatch | 93 | import fnmatch |