diff options
Diffstat (limited to 'recipes-devtools/python/python-gevent_1.0.1.bb')
| -rw-r--r-- | recipes-devtools/python/python-gevent_1.0.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-gevent_1.0.1.bb b/recipes-devtools/python/python-gevent_1.0.1.bb index 7f1d2622..8cd1388a 100644 --- a/recipes-devtools/python/python-gevent_1.0.1.bb +++ b/recipes-devtools/python/python-gevent_1.0.1.bb | |||
| @@ -25,4 +25,6 @@ SRC_URI += "file://gevent-allow-ssl-v2-or-v3-certificates.patch" | |||
| 25 | # so always force a cross compile | 25 | # so always force a cross compile |
| 26 | do_configure_append() { | 26 | do_configure_append() { |
| 27 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/libev/configure | 27 | sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/libev/configure |
| 28 | } \ No newline at end of file | 28 | } |
| 29 | |||
| 30 | DEFAULT_PREFERENCE = "-1" | ||
