summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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