summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/classes/openstackchef_inc.bbclass4
1 files 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="]"
50TEMPLATE_EXTENSION='.erb' 50TEMPLATE_EXTENSION='.erb'
51#Build deploychef package since this class has run-time and buil-time dependency 51#Build deploychef package since this class has run-time and buil-time dependency
52#on it 52#on it
53DEPENDS_${PN} += "deploychef" 53DEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'chef', 'deploychef', '', d)}"
54RDEPENDS_${PN} += "deploychef" 54RDEPENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'chef', 'deploychef', '', d)}"
55CHEF_VERSION = '1' 55CHEF_VERSION = '1'
56#For classes that define a special substitution function, this variable is 56#For classes that define a special substitution function, this variable is
57#set by this class and specifies the file named passed back to these function 57#set by this class and specifies the file named passed back to these function