summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/libical/files/pthread-fix.patch
Commit message (Collapse)AuthorAgeFilesLines
* libical: removeRoss Burton2012-10-231-52/+0
| | | | | | | | | | This was only used by evolution-data-server and is now maintained in meta-oe/meta-gnome. (From OE-Core rev: 754ddbf1c57e6b9d0650498538840effebe4f7a2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libical: Fix deadlock in pthreadZhai Edwin2011-12-161-0/+52
libical introduce pthread support after 0.47, but lead deadlock with missing some unlock code. This makes dates start hang. Add new patch to properly release mutex. [YOCTO #1825] got fixed. (From OE-Core rev: 584abc5f3d6cbaf8f8bf09123e8abc421f0699a8) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>