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-pyyaml_3.11.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-devtools/python/python-pyyaml_3.11.bb') diff --git a/recipes-devtools/python/python-pyyaml_3.11.bb b/recipes-devtools/python/python-pyyaml_3.11.bb index cb1db8c6..ecb1719a 100644 --- a/recipes-devtools/python/python-pyyaml_3.11.bb +++ b/recipes-devtools/python/python-pyyaml_3.11.bb @@ -25,6 +25,8 @@ SRC_URI[sha256sum] = "c36c938a872e5ff494938b33b14aaa156cb439ec67548fcab3535bb78b S = "${WORKDIR}/${SRCNAME}-${PV}" +DEFAULT_PREFERENCE = "-1" + inherit setuptools DEPENDS += "libyaml python-cython-native" -- cgit v1.2.3-54-g00ecf