diff options
| -rw-r--r-- | meta/lib/oe/sdk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py index dbfa5a2d5c..f89382cd03 100644 --- a/meta/lib/oe/sdk.py +++ b/meta/lib/oe/sdk.py | |||
| @@ -147,7 +147,7 @@ class Sdk(object, metaclass=ABCMeta): | |||
| 147 | generate_locale_archive(self.d, oe.path.join(self.sdk_host_sysroot, self.sdk_native_path)) | 147 | generate_locale_archive(self.d, oe.path.join(self.sdk_host_sysroot, self.sdk_native_path)) |
| 148 | # And now delete the binary locales | 148 | # And now delete the binary locales |
| 149 | pkgs = fnmatch.filter(pm.list_installed(), "nativesdk-glibc-binary-localedata-*.utf-8") | 149 | pkgs = fnmatch.filter(pm.list_installed(), "nativesdk-glibc-binary-localedata-*.utf-8") |
| 150 | pm.remove(pkgs) | 150 | pm.remove(pkgs, with_dependencies=False) |
| 151 | else: | 151 | else: |
| 152 | # No linguas so do nothing | 152 | # No linguas so do nothing |
| 153 | pass | 153 | pass |
