summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-06-09 07:31:32 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-09-08 21:34:23 +0300
commit3460c78ac7ee7f3fae1a0435e0e9f4676f228c40 (patch)
tree262d77b7bd76bf4a437829d83900c19faeabbd20 /meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
parentfe0d5d30509c829b4cb09ae9845873c398ed3239 (diff)
downloadopenbmc-3460c78ac7ee7f3fae1a0435e0e9f4676f228c40.tar.xz
Gevent fixes
Adds two gevent patches: 1 - add ppc64le to libev compilers 2 - fix broken ssl module detection Change-Id: If3839b80b2cbf829818f7462c252352e72afa73f Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch')
-rw-r--r--meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch b/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
new file mode 100644
index 000000000..238052882
--- /dev/null
+++ b/meta-phosphor/common/recipes-devtools/python/python-gevent/libev-config-guess.patch
@@ -0,0 +1,12 @@
+--- a/libev/config.guess 2016-06-09 00:16:50.616787488 -0400
++++ b/libev/config.guess 2016-06-09 00:18:30.441578080 -0400
+@@ -921,6 +921,9 @@ EOF
+ ppc64:Linux:*:*)
+ echo powerpc64-unknown-linux-gnu
+ exit ;;
++ ppc64le:Linux:*:*)
++ echo powerpc64le-unknown-linux-gnu
++ exit ;;
+ alpha:Linux:*:*)
+ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
+ EV5) UNAME_MACHINE=alphaev5 ;;