summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/pthreads-win32/pthreads-win32_2.9.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* winpthreads: use posix threads library from mingw64Samuli Piippo2018-11-201-47/+0
| | | | | | | | | Use the winpthreads library available in the mingw64 and change the thread model from win32 to posix to get access to c++11 features. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* pthreads-win32: fix dependenciesJuro Bystricky2017-01-261-1/+1
| | | | | | | | | | | | | This commit fixes the build error: make[1]: x86_64-pokysdk-mingw32-gcc: Command not found The build error appeared after oe-core switched to Recipe Specific Sysroots. [YOCTO#10971] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
* pthreads-win32: Install also pthreadGC2.dllJuro Bystricky2016-01-211-0/+1
| | | | | | Some Windows executables/DLLs link explicitly to pthreadGC2.dll. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
* pthreads-win32: Ensure correct RC/WINDRES is used.Richard Purdie2014-11-051-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pthreads-win32: Ensure compiler options are preservedRichard Purdie2014-05-271-1/+1
| | | | | | | The compiler flags were not getting passed to the compiler, this fixes the make command so they do get preserved. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Initial populationRichard Purdie2013-09-041-0/+46