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-redis_2.10.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools/python/python-redis_2.10.3.bb') diff --git a/recipes-devtools/python/python-redis_2.10.3.bb b/recipes-devtools/python/python-redis_2.10.3.bb index 9eda8a5c..2ef2b6b7 100644 --- a/recipes-devtools/python/python-redis_2.10.3.bb +++ b/recipes-devtools/python/python-redis_2.10.3.bb @@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "a4fb37b02860f6b1617f6469487471fd086dd2d38bbce640c2055862b9 S = "${WORKDIR}/${SRCNAME}-${PV}" +DEFAULT_PREFERENCE = "-1" + inherit setuptools RDEPENDS_${PN} = "redis" -- cgit v1.2.3-54-g00ecf