From acbba477893ef87388effc4679b7f40ee49fc852 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 28 Feb 2024 12:45:12 +0000 Subject: gettext: Resolve locale alias file issue 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 --- recipes-core/gettext/gettext_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-core/gettext') 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" -- cgit v1.2.3-54-g00ecf