diff options
Diffstat (limited to 'recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_9.0.0.bb')
-rw-r--r-- | recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_9.0.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_9.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_9.0.0.bb new file mode 100644 index 0000000..fb7e54e --- /dev/null +++ b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_9.0.0.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "Winpthreads runtime libraries from MinGW-w64 project" | ||
2 | |||
3 | require mingw-w64.inc | ||
4 | |||
5 | S = "${WORKDIR}/mingw-w64-v${PV}/mingw-w64-libraries/winpthreads" | ||
6 | B = "${WORKDIR}/build-${TARGET_SYS}" | ||
7 | |||
8 | inherit autotools nativesdk | ||
9 | |||
10 | INHIBIT_DEFAULT_DEPS = "1" | ||
11 | DEPENDS = "nativesdk-mingw-w64-runtime virtual/${TARGET_PREFIX}gcc" | ||
12 | |||
13 | do_configure() { | ||
14 | oe_runconf | ||
15 | } | ||
16 | |||
17 | TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TARGET}" | ||
18 | |||
19 | do_install:append() { | ||
20 | # headers are already installed by mingw-w64-headers | ||
21 | rm -rf ${D}${includedir} | ||
22 | } | ||