aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-smartpm_git.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-07-30 14:37:23 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-31 15:35:34 +0100
commit0d1f99fe1446edfb8864cbbc5a8b0059391c9bbc (patch)
tree5e26e5da0198143049631dc45f77146cdcfd7ee7 /meta/recipes-devtools/python/python-smartpm_git.bb
parenteba55c2c263af2973de612c003cc616ce3e22221 (diff)
downloadopenembedded-core-contrib-0d1f99fe1446edfb8864cbbc5a8b0059391c9bbc.tar.gz
smartpm: set noprogress for pycurl
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. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_git.bb')
-rw-r--r--meta/recipes-devtools/python/python-smartpm_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/meta/recipes-devtools/python/python-smartpm_git.bb
index 163461e592..8b974b0c33 100644
--- a/meta/recipes-devtools/python/python-smartpm_git.bb
+++ b/meta/recipes-devtools/python/python-smartpm_git.bb
@@ -22,6 +22,7 @@ SRC_URI = "\
file://smart-rpm4-fixes.patch \
file://smart-add-for-rpm-ignoresize-check.patch \
file://smart-already-installed-message.patch \
+ file://smart-set-noprogress-for-pycurl.patch \
"
SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0"