From 73b4417dd0d5d1675be90ee5882c16405f789259 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 19 Feb 2015 22:23:18 -0500 Subject: chef: make deploychef dependencies a distro feature Signed-off-by: Bruce Ashfield --- meta-openstack/classes/openstackchef_inc.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-openstack/classes/openstackchef_inc.bbclass b/meta-openstack/classes/openstackchef_inc.bbclass index 7795082..9574008 100644 --- a/meta-openstack/classes/openstackchef_inc.bbclass +++ b/meta-openstack/classes/openstackchef_inc.bbclass @@ -50,8 +50,8 @@ ERB_DEFAULT_SUFFIX="]" TEMPLATE_EXTENSION='.erb' #Build deploychef package since this class has run-time and buil-time dependency #on it -DEPENDS_${PN} += "deploychef" -RDEPENDS_${PN} += "deploychef" +DEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'chef', 'deploychef', '', d)}" +RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'chef', 'deploychef', '', d)}" CHEF_VERSION = '1' #For classes that define a special substitution function, this variable is #set by this class and specifies the file named passed back to these function -- cgit v1.2.3-54-g00ecf