aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/gettext/gettext_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/gettext/gettext_%.bbappend')
-rw-r--r--recipes-core/gettext/gettext_%.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-core/gettext/gettext_%.bbappend b/recipes-core/gettext/gettext_%.bbappend
new file mode 100644
index 0000000..7bb9a4f
--- /dev/null
+++ b/recipes-core/gettext/gettext_%.bbappend
@@ -0,0 +1,13 @@
+EXTRA_OECONF:append:mingw32 = " --enable-static"
+
+FILESEXTRAPATHS:prepend:mingw32 := "${THISDIR}/${BPN}:"
+SRC_URI:append:mingw32 = " \
+ "
+
+FILES:libgettextlib:mingw32 = "${bindir}/libgettextlib-*.dll"
+FILES:libgettextsrc:mingw32 = "${bindir}/libgettextsrc-*.dll"
+
+PACKAGES:prepend:mingw32 = "libintl ${LOCALEBASEPN}-locale-alias "
+FILES:libintl:mingw32 = "${bindir}/libintl*.dll"
+FILES:${LOCALEBASEPN}-locale-alias = "${datadir}/locale/locale.alias"
+