diff options
-rw-r--r-- | recipes-core/gettext/gettext_%.bbappend | 3 |
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 = " \ | |||
7 | FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll" | 7 | FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll" |
8 | FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll" | 8 | FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll" |
9 | 9 | ||
10 | PACKAGES:prepend:mingw32 = "libintl " | 10 | PACKAGES:prepend:mingw32 = "libintl ${LOCALEBASEPN}-locale-alias " |
11 | FILES:libintl:mingw32 = "${bindir}/libintl*.dll" | 11 | FILES:libintl:mingw32 = "${bindir}/libintl*.dll" |
12 | FILES:${LOCALEBASEPN}-locale-alias = "${datadir}/locale/locale.alias" | ||
12 | 13 | ||