summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/chef/chef_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:31:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:49:54 -0400
commit0cffcd09a44b2a58452a5bb13714bfc47d6546bf (patch)
treeb91584b573ce42431a35a9b8f064d8be57974e1e /meta-openstack/recipes-support/chef/chef_git.bb
parente887a996155f8b9f22d6aca0e31b5fbccd82751e (diff)
downloadmeta-cloud-services-0cffcd09a44b2a58452a5bb13714bfc47d6546bf.tar.gz
global: overrides conversion
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-support/chef/chef_git.bb')
-rw-r--r--meta-openstack/recipes-support/chef/chef_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb
index 86e4165..8a32584 100644
--- a/meta-openstack/recipes-support/chef/chef_git.bb
+++ b/meta-openstack/recipes-support/chef/chef_git.bb
@@ -31,7 +31,7 @@ DEPENDS += " \
31 bundler-native \ 31 bundler-native \
32 " 32 "
33 33
34RDEPENDS_${PN} += " \ 34RDEPENDS:${PN} += " \
35 ruby \ 35 ruby \
36 chef-zero \ 36 chef-zero \
37 coderay \ 37 coderay \
@@ -64,9 +64,9 @@ RDEPENDS_${PN} += " \
64 64
65RUBY_INSTALL_GEMS = "pkg/chef-${BPV}.gem" 65RUBY_INSTALL_GEMS = "pkg/chef-${BPV}.gem"
66 66
67FILES_${PN} += "${libdir}/ruby/gems/2.2.0/build_info" 67FILES:${PN} += "${libdir}/ruby/gems/2.2.0/build_info"
68FILES_${PN} += "${libdir}/ruby/gems/2.2.0/extensions" 68FILES:${PN} += "${libdir}/ruby/gems/2.2.0/extensions"
69 69
70do_install_prepend() { 70do_install:prepend() {
71 rake gem 71 rake gem
72} 72}