From c0a1d8ed6efb7e8eafe2e54a62fa4b556546160f Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Tue, 19 Jan 2016 15:44:12 -0800 Subject: pthreads-win32: Install also pthreadGC2.dll Some Windows executables/DLLs link explicitly to pthreadGC2.dll. Signed-off-by: Juro Bystricky --- recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb | 1 + 1 file changed, 1 insertion(+) 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 } -- cgit v1.2.3-54-g00ecf