summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb
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-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb
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-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb')
-rw-r--r--recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb
index 292d22b..68e77fa 100644
--- a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb
+++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_8.0.0.bb
@@ -18,9 +18,9 @@ do_compile() {
18 : 18 :
19} 19}
20 20
21do_install_append() { 21do_install:append() {
22 # install correct pthread headers 22 # install correct pthread headers
23 install -m 0644 -t ${D}${includedir} ${S}/../mingw-w64-libraries/winpthreads/include/*.h 23 install -m 0644 -t ${D}${includedir} ${S}/../mingw-w64-libraries/winpthreads/include/*.h
24} 24}
25 25
26FILES_${PN} += "${exec_prefix}/${TARGET_SYS}" 26FILES:${PN} += "${exec_prefix}/${TARGET_SYS}"