Set NOPROGRESS for pycurl just as same as default operation in pycurl module itself. If set NOPROGRESS with 0 for pycurl, it causes dead lock issue of Python GIL when call smart library by python gui just like pygtk. Upstream-Status: Pending Signed-off-by: Kai Kang --- diff -u smart-1.4.1/smart.orig/fetcher.py smart-1.4.1/smart/fetcher.py --- smart-1.4.1/smart.orig/fetcher.py 2014-07-15 16:42:19.240437080 +0800 +++ smart-1.4.1/smart/fetcher.py 2014-07-15 17:02:37.812470289 +0800 @@ -1720,7 +1720,7 @@ handle.setopt(pycurl.OPT_FILETIME, 1) handle.setopt(pycurl.LOW_SPEED_LIMIT, 1) handle.setopt(pycurl.LOW_SPEED_TIME, SOCKETTIMEOUT) - handle.setopt(pycurl.NOPROGRESS, 0) + handle.setopt(pycurl.NOPROGRESS, 1) handle.setopt(pycurl.PROGRESSFUNCTION, progress) handle.setopt(pycurl.WRITEDATA, local) handle.setopt(pycurl.FOLLOWLOCATION, 1) elected='selected'>testing Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/recipes/util-linux-ng/util-linux-ng_2.16.bb
AgeCommit message (Expand)AuthorFiles
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson1
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson1
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
2010-03-09util-linux-ng: provide libblkid/libuuid/fsck/blkid instead of e2fsprogsMarcin Juszkiewicz1
2010-01-24e2fsprogs-libs, util-linux-ng: sort out libblkid move some moreKoen Kooi1
2009-10-23util-linux-ng: for chinook-compat let util-linux-ng compile with older libtoolHenning Heinold1
2009-08-05util-linux-ng-2.16: Replace siginterrupt with sigaction.Khem Raj1
2009-07-30util-linux-ng: fix tls detectionHenning Heinold1
2009-07-23util-linux-ng: delete newer libtool.m4 filesHenning Heinold1
2009-07-19e2fsprogs-libs: Add version 1.41.8 and dont provide libblkid and libuuid.Khem Raj1