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>
diff --git a/common/recipes-devtools/python/python-gevent_%.bbappend b/common/recipes-devtools/python/python-gevent_%.bbappend
new file mode 100644
index 0000000..00a7c0d
--- /dev/null
+++ b/common/recipes-devtools/python/python-gevent_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+SRC_URI += "file://libev-config-guess.patch"
+SRC_URI += "file://0001-gevent-py279-ssl-wrap.patch"
+