summaryrefslogtreecommitdiffstats
path: root/recipes-core/glib-2.0
Commit message (Collapse)AuthorAgeFilesLines
* glib-2.0: Append to ${PN}-utils rather than overwriteRichard Purdie2020-02-191-1/+1
| | | | | | | This avoids errors with the recent change to add things to ${PN}-utils in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glib-2.0: Clean up unnecessary appends that are resolved in oe-coreNathan Rossi2017-04-061-2/+0
| | | | | | | The changes that are appended for '--enable-include=printf=yes' and removal of charset.alias are handled in oe-core. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* glib-2.0: Handle packaging .dll and .exe files for mingw32Nathan Rossi2017-04-061-1/+8
| | | | | | | | | | | | Handle the packaging of .dll files into the ${PN} package, also package only certain .exe files into the ${PN} and others into the ${PN}-utils packages. This is required due to the mingw/windows convention where .dll's are shipped in the bindir. Move the packaging of *.def into the ${PN}-dev package, it is only used during development/compilation. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* glib-2.0: Disable libmount support for mingw32 targetsNathan Rossi2017-04-061-0/+4
| | | | | | | MinGW/Windows does not have support for libmount, so disable it when targeting mingw32. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* glib-2.0: Prevent a bash dependency via bash-completionNathan Rossi2017-04-061-0/+4
| | | | | | | | | | | | | | Prevent glib-2.0 depending on bash indirectly due to the RDEPEND on bash-completion. The bash dependency is undesirable due to bash depending on POSIX compatibility (fork, etc) which is not provided by MinGW but instead MSYS or CYGWIN. The glib-2.0 configure does not allow for disabling of bash-completion output, so instead of disabling the bash-completion bbclass entirely allow the output to be packaged but remove the RDEPENDS_${PN}-bash-completion on bash-completion. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* glib-2.0: Enable mingw32 buildsRichard Purdie2014-08-191-0/+2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>