summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-gevent_1.0.1.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-20 07:34:56 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-23 12:38:50 -0400
commit032ef5310419563a01baad0b1b94e4587d12f777 (patch)
treec656a37aa4cec124b006e1b2f584af9b1dee7da1 /recipes-devtools/python/python-gevent_1.0.1.bb
parentd4182f50f19d183630e0f908ff953c4f9402cabe (diff)
downloadmeta-virtualization-032ef5310419563a01baad0b1b94e4587d12f777.tar.gz
refactor for YP Compat for PV changes
Only include our versions of recipes if virtualiztions is in DISTRO_FEATURE Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-gevent_1.0.1.bb')
-rw-r--r--recipes-devtools/python/python-gevent_1.0.1.bb4
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
26do_configure_append() { 26do_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
30DEFAULT_PREFERENCE = "-1"