summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-28 12:45:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-28 12:46:15 +0000
commitacbba477893ef87388effc4679b7f40ee49fc852 (patch)
treed5ab3b8b71d113e8cf40fb82dd9da79a3ab3201b
parented272245bf1c131c42b122852334b5ce6c4b28c0 (diff)
downloadmeta-mingw-acbba477893ef87388effc4679b7f40ee49fc852.tar.gz
gettext: Resolve locale alias file issueyocto-5.0scarthgap-5.05.0_M3scarthgap
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.purdie@linuxfoundation.org>
-rw-r--r--recipes-core/gettext/gettext_%.bbappend3
1 files changed, 2 insertions, 1 deletions
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 = " \
7FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll" 7FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll"
8FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll" 8FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll"
9 9
10PACKAGES:prepend:mingw32 = "libintl " 10PACKAGES:prepend:mingw32 = "libintl ${LOCALEBASEPN}-locale-alias "
11FILES:libintl:mingw32 = "${bindir}/libintl*.dll" 11FILES:libintl:mingw32 = "${bindir}/libintl*.dll"
12FILES:${LOCALEBASEPN}-locale-alias = "${datadir}/locale/locale.alias"
12 13