Adapt to changes in OE-Core locale generation and match alias handling with the change in glibc packaging. The file is only used for legacy situations.
Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> --- recipes-core/gettext/gettext_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-core/gettext/gettext_%.bbappend b/recipes-core/gettext/gettext_%.bbappend index 4e18798..7bb9a4f 100644 --- a/recipes-core/gettext/gettext_%.bbappend +++ b/recipes-core/gettext/gettext_%.bbappend @@ -7,6 +7,7 @@ SRC_URI:append:mingw32 = " \ FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll" FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll" -PACKAGES:prepend:mingw32 = "libintl " +PACKAGES:prepend:mingw32 = "libintl ${LOCALEBASEPN}-locale-alias " FILES:libintl:mingw32 = "${bindir}/libintl*.dll" +FILES:${LOCALEBASEPN}-locale-alias = "${datadir}/locale/locale.alias" -- 2.40.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62632): https://lists.yoctoproject.org/g/yocto/message/62632 Mute This Topic: https://lists.yoctoproject.org/mt/104621902/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-