summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-21 09:56:20 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:14 -0400
commit9643550aa09597778fbbfc30d93987a247f5a63b (patch)
tree3bfd2791e566f9f43490024cf066164e74257105 /meta-openstack/recipes-support
parent52ae70c869d4057d418e3fa031e6521482768d67 (diff)
downloadmeta-cloud-services-9643550aa09597778fbbfc30d93987a247f5a63b.tar.gz
Ruby/chef solo: fixes
Make ruby binaries more accessible by creating symlinks from ${libdir}/ruby/gems/${ruby version}/bin/ to /usr/bin RDEPENDS needs to be package specific coderay needs to depends on yard Signed-off-by: Amy Fong <amy.fong@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/chef/chef_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb
index b2b82e6..11c651d 100644
--- a/meta-openstack/recipes-support/chef/chef_git.bb
+++ b/meta-openstack/recipes-support/chef/chef_git.bb
@@ -33,7 +33,7 @@ DEPENDS += " \
33 bundler-native \ 33 bundler-native \
34 " 34 "
35 35
36RDEPENDS += " \ 36RDEPENDS_${PN} += " \
37 ruby \ 37 ruby \
38 chef-zero \ 38 chef-zero \
39 coderay \ 39 coderay \