diff options
author | Kai Kang <kai.kang@windriver.com> | 2015-07-30 14:37:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:06 +0100 |
commit | 363bec05e6e5c2be2d8d7ea23e48fee2a1ce14ad (patch) | |
tree | e0f960b70e7fbd8061000c2bb7d444ede1e0e71d /meta/recipes-devtools/python/python-smartpm_git.bb | |
parent | 54526259241f8a035e9aab9f3ef03a76debb59dc (diff) | |
download | poky-363bec05e6e5c2be2d8d7ea23e48fee2a1ce14ad.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.
(From OE-Core rev: 0d1f99fe1446edfb8864cbbc5a8b0059391c9bbc)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_git.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_git.bb | 1 |
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 = "\ | |||
22 | file://smart-rpm4-fixes.patch \ | 22 | file://smart-rpm4-fixes.patch \ |
23 | file://smart-add-for-rpm-ignoresize-check.patch \ | 23 | file://smart-add-for-rpm-ignoresize-check.patch \ |
24 | file://smart-already-installed-message.patch \ | 24 | file://smart-already-installed-message.patch \ |
25 | file://smart-set-noprogress-for-pycurl.patch \ | ||
25 | " | 26 | " |
26 | 27 | ||
27 | SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" | 28 | SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" |