From 60496e2c4226904b612eadf18a3cd5d20290ca93 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 9 Mar 2017 23:59:31 +1000 Subject: gettext_0.19.%.bbappend: Handle packaging .dll's for mingw32 Package the libgettext*.dll files in their respective packages. Additionally package libintl*.dll in a separate libintl package, this avoids the need to ship libintl*.dll in gettext-runtime which pulls in a number of files and binaries which are not required for libintl on its own. Whilst the package is added to PACKAGES unconditionally, it remains empty for targets where libintl is not provided/built by gettext. Signed-off-by: Nathan Rossi --- recipes-core/gettext/gettext_0.19.%.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/recipes-core/gettext/gettext_0.19.%.bbappend b/recipes-core/gettext/gettext_0.19.%.bbappend index 1cf0188..9835d7b 100644 --- a/recipes-core/gettext/gettext_0.19.%.bbappend +++ b/recipes-core/gettext/gettext_0.19.%.bbappend @@ -9,3 +9,9 @@ SRC_URI_append = " \ file://fix-gl_cv_prog_as_underscore-test.patch \ " +FILES_libgettextlib_mingw32 = "${bindir}/libgettextlib-*.dll" +FILES_libgettextsrc_mingw32 = "${bindir}/libgettextsrc-*.dll" + +PACKAGES =+ "libintl" +FILES_libintl_mingw32 = "${bindir}/libintl*.dll" + -- cgit v1.2.3-54-g00ecf