diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:48:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 00:03:52 +0100 |
commit | 014e8de2f807a7984a4f730a9d8cb3508a098dc8 (patch) | |
tree | e187d7d916a1e1f05dc8326d901aafd2754ca6c7 | |
parent | cbe0bb6c246cf25a9a159c5963c095d718c59878 (diff) | |
download | meta-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_%.bbappend | 4 | ||||
-rw-r--r-- | recipes-graphics/wayland/wayland_%.bbappend | 2 |
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 @@ | |||
1 | FILES:libstdc++_append_mingw32 = " ${bindir}/libstdc++*.dll" | 1 | FILES:libstdc++:append:mingw32 = " ${bindir}/libstdc++*.dll" |
2 | FILES:libstdc++-staticdev_append_mingw32 = " ${libdir}/libstdc++.dll.a*" | 2 | FILES:libstdc++-staticdev:append:mingw32 = " ${libdir}/libstdc++.dll.a*" |
3 | FILES:libssp:append:mingw32 = " ${bindir}/libssp*.dll" | 3 | FILES: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 |
3 | PACKAGECONFIG:remove:mingw32_i686 = "dtd-validation" | 3 | PACKAGECONFIG:remove:mingw32:i686 = "dtd-validation" |
4 | 4 | ||
5 | EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" | 5 | EXTRA_OECONF:class-nativesdk:mingw32 = "--disable-documentation --disable-libraries" |
6 | EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" | 6 | EXTRA_OEMESON:class-nativesdk:mingw32 = "-Ddocumentation=false -Dlibraries=false" |