poky/meta/recipes-devtools/python/python-pycurl/no-static-link.patch
Maxin B. John aa07eb161c python-pycurl: update version to 7.19.5.2
No change in License. Updated no-static-link.patch

README.rst: license checksum changed to reflect the Copyright update
COPYING-MIT: checksum changed to reflect the Copyright update

(From OE-Core rev: 8b990fd7054feaaaccce2819b5a915419c636a4a)

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-11-25 07:50:33 +00:00

18 lines
685 B
Diff

Upstream-Status: Pending
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
diff -Naur pycurl-7.19.5.2-orig/setup.py pycurl-7.19.5.2/setup.py
--- pycurl-7.19.5.2-orig/setup.py 2015-11-02 15:42:24.000000000 +0200
+++ pycurl-7.19.5.2/setup.py 2015-11-02 17:59:36.121527273 +0200
@@ -154,7 +154,7 @@
optbuf = ''
sslhintbuf = ''
errtext = ''
- for option in ["--libs", "--static-libs"]:
+ for option in ["--libs"]:
p = subprocess.Popen((CURL_CONFIG, option),
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = p.communicate()