summaryrefslogtreecommitdiffstats
path: root/recipes-core/glib-2.0
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:46:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:03:46 +0100
commitcbe0bb6c246cf25a9a159c5963c095d718c59878 (patch)
treec1f93bf6ed2fee0140d7cbcec602168359d7ce0f /recipes-core/glib-2.0
parent8f3b6e3772879dc2caec8fe249ce277fbb1aa55f (diff)
downloadmeta-mingw-cbe0bb6c246cf25a9a159c5963c095d718c59878.tar.gz
meta-mingw: Convert to new override syntax
This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-core/glib-2.0')
-rw-r--r--recipes-core/glib-2.0/glib-2.0_%.bbappend10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-core/glib-2.0/glib-2.0_%.bbappend b/recipes-core/glib-2.0/glib-2.0_%.bbappend
index d379f0b..28687eb 100644
--- a/recipes-core/glib-2.0/glib-2.0_%.bbappend
+++ b/recipes-core/glib-2.0/glib-2.0_%.bbappend
@@ -1,15 +1,15 @@
1 1
2# glib always provides bash-completion output, package the output but prevent 2# glib always provides bash-completion output, package the output but prevent
3# the dependency chain on bash (via bash-completion) for mingw32 targets only. 3# the dependency chain on bash (via bash-completion) for mingw32 targets only.
4RDEPENDS_${PN}-bash-completion_remove_mingw32 = "bash-completion" 4RDEPENDS:${PN}-bash-completion:remove:mingw32 = "bash-completion"
5 5
6# libmount is not buildable for mingw/windows 6# libmount is not buildable for mingw/windows
7PACKAGECONFIG_remove_mingw32 = "libmount" 7PACKAGECONFIG:remove:mingw32 = "libmount"
8 8
9FILES_${PN}_append_mingw32 = " \ 9FILES:${PN}:append:mingw32 = " \
10 ${bindir}/lib*.dll \ 10 ${bindir}/lib*.dll \
11 ${libexecdir}/*gio-querymodules.exe \ 11 ${libexecdir}/*gio-querymodules.exe \
12 " 12 "
13FILES_${PN}-dev_append_mingw32 = " ${libdir}/*.def" 13FILES:${PN}-dev:append:mingw32 = " ${libdir}/*.def"
14FILES_${PN}-utils_append_mingw32 = " ${bindir}/*.exe" 14FILES:${PN}-utils:append:mingw32 = " ${bindir}/*.exe"
15 15