summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2016-01-19 15:44:12 -0800
committerJuro Bystricky <juro.bystricky@intel.com>2016-01-21 11:08:48 -0800
commitc0a1d8ed6efb7e8eafe2e54a62fa4b556546160f (patch)
treee9a08bb2e3a263cd13b66def221ec71217e55382
parent9e1e9b651f999f2a5f4bc246a5a9f20a8a12ffce (diff)
pthreads-win32: Install also pthreadGC2.dll
Some Windows executables/DLLs link explicitly to pthreadGC2.dll. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
-rw-r--r--recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
index 6cfadb8..68291b9 100644
--- a/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
+++ b/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
@@ -43,4 +43,5 @@ do_install() {
install -m 0644 ${S}/libpthreadGC2.a ${D}${libdir}/libpthread.dll.a
install -m 0644 ${S}/pthreadGC2.dll ${D}${bindir}/libpthread-2.dll
+ install -m 0644 ${S}/pthreadGC2.dll ${D}${bindir}/pthreadGC2.dll
}