summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/lib/oe/sdk.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py
index 153b07d76b..ef81f8cf60 100644
--- a/meta/lib/oe/sdk.py
+++ b/meta/lib/oe/sdk.py
@@ -84,10 +84,6 @@ class Sdk(object, metaclass=ABCMeta):
84 bb.warn("cannot remove SDK dir: %s" % path) 84 bb.warn("cannot remove SDK dir: %s" % path)
85 85
86 def install_locales(self, pm): 86 def install_locales(self, pm):
87 # This is only relevant for glibc
88 if self.d.getVar("TCLIBC") != "glibc":
89 return
90
91 linguas = self.d.getVar("SDKIMAGE_LINGUAS") 87 linguas = self.d.getVar("SDKIMAGE_LINGUAS")
92 if linguas: 88 if linguas:
93 import fnmatch 89 import fnmatch