diff options
| -rw-r--r-- | meta/classes/libc-package.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index c9d81f0638..047464e0aa 100644 --- a/meta/classes/libc-package.bbclass +++ b/meta/classes/libc-package.bbclass | |||
| @@ -12,6 +12,10 @@ GLIBC_INTERNAL_USE_BINARY_LOCALE ?= "ondevice" | |||
| 12 | python __anonymous () { | 12 | python __anonymous () { |
| 13 | enabled = bb.data.getVar("ENABLE_BINARY_LOCALE_GENERATION", d, 1) | 13 | enabled = bb.data.getVar("ENABLE_BINARY_LOCALE_GENERATION", d, 1) |
| 14 | 14 | ||
| 15 | pn = d.getVar("PN", True) | ||
| 16 | if pn.endswith("-initial"): | ||
| 17 | enabled = False | ||
| 18 | |||
| 15 | if enabled and int(enabled): | 19 | if enabled and int(enabled): |
| 16 | import re | 20 | import re |
| 17 | 21 | ||
