summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:48:13 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:03:52 +0100
commit014e8de2f807a7984a4f730a9d8cb3508a098dc8 (patch)
treee187d7d916a1e1f05dc8326d901aafd2754ca6c7
parentcbe0bb6c246cf25a9a159c5963c095d718c59878 (diff)
downloadmeta-mingw-014e8de2f807a7984a4f730a9d8cb3508a098dc8.tar.gz
meta-mingw: Override syntax conversion manual fixes
Fix a coupld of mis-converted lines from the automated override conversion script. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--recipes-devtools/gcc/gcc-runtime_%.bbappend4
-rw-r--r--recipes-graphics/wayland/wayland_%.bbappend2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/gcc/gcc-runtime_%.bbappend b/recipes-devtools/gcc/gcc-runtime_%.bbappend
index 0013e88..1511abb 100644
--- a/recipes-devtools/gcc/gcc-runtime_%.bbappend
+++ b/recipes-devtools/gcc/gcc-runtime_%.bbappend
@@ -1,5 +1,5 @@
1FILES:libstdc++_append_mingw32 = " ${bindir}/libstdc++*.dll" 1FILES:libstdc++:append:mingw32 = " ${bindir}/libstdc++*.dll"
2FILES:libstdc++-staticdev_append_mingw32 = " ${libdir}/libstdc++.dll.a*" 2FILES:libstdc++-staticdev:append:mingw32 = " ${libdir}/libstdc++.dll.a*"
3FILES:libssp:append:mingw32 = " ${bindir}/libssp*.dll" 3FILES:libssp:append:mingw32 = " ${bindir}/libssp*.dll"
4# FILES:libgomp:append:mingw32 = " ${bindir}/libgomp*.dll" 4# FILES:libgomp:append:mingw32 = " ${bindir}/libgomp*.dll"
5 5
diff --git a/recipes-graphics/wayland/wayland_%.bbappend b/recipes-graphics/wayland/wayland_%.bbappend
index 86a9061..e8ca57d 100644
--- a/recipes-graphics/wayland/wayland_%.bbappend
+++ b/recipes-graphics/wayland/wayland_%.bbappend
@@ -1,6 +1,6 @@
1# The assembly file that encodes the DTD string into wayland-scanner is not 1# The assembly file that encodes the DTD string into wayland-scanner is not
2# compatible with i686 MinGW 2# compatible with i686 MinGW
3PACKAGECONFIG:remove:mingw32_i686 = "dtd-validation" 3PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation"
4 4
5EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" 5EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries"
6EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" 6EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false"