diff options
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb index da404fb80c..f0cd6e0ec5 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78_78.15.0.bb | |||
| @@ -106,7 +106,7 @@ do_configure() { | |||
| 106 | # inspired by what fedora [1] does: for big endian rebuild icu dat | 106 | # inspired by what fedora [1] does: for big endian rebuild icu dat |
| 107 | # this avoids gjs qemu crash on mips at gir creation | 107 | # this avoids gjs qemu crash on mips at gir creation |
| 108 | # [1] https://src.fedoraproject.org/rpms/mozjs78/blob/rawhide/f/mozjs78.spec | 108 | # [1] https://src.fedoraproject.org/rpms/mozjs78/blob/rawhide/f/mozjs78.spec |
| 109 | if [ ${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} = "big" ]; then | 109 | if [ ${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', 'little', 'big', d)} = "big" -a ! -e ${S}/config/external/icu/data/icudt67b.dat ]; then |
| 110 | echo "Do big endian icu dat-convert..." | 110 | echo "Do big endian icu dat-convert..." |
| 111 | icupkg -tb ${S}/config/external/icu/data/icudt67l.dat ${S}/config/external/icu/data/icudt67b.dat | 111 | icupkg -tb ${S}/config/external/icu/data/icudt67l.dat ${S}/config/external/icu/data/icudt67b.dat |
| 112 | rm -f ${S}/config/external/icu/data/icudt*l.dat | 112 | rm -f ${S}/config/external/icu/data/icudt*l.dat |
