From 032ef5310419563a01baad0b1b94e4587d12f777 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 20 Apr 2018 07:34:56 -0700 Subject: refactor for YP Compat for PV changes Only include our versions of recipes if virtualiztions is in DISTRO_FEATURE Signed-off-by: Armin Kuster Signed-off-by: Bruce Ashfield --- recipes-devtools/python/python-gevent_1.0.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-devtools/python/python-gevent_1.0.1.bb') 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" # so always force a cross compile do_configure_append() { sed -i -e 's/^cross_compiling=no/cross_compiling=yes/' ${S}/libev/configure -} \ No newline at end of file +} + +DEFAULT_PREFERENCE = "-1" -- cgit v1.2.3-54-g00ecf