summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb
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-devtools/ruby/chef-zero_git.bb
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-devtools/ruby/chef-zero_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/chef-zero_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb
index 7e8701d..1d8a240 100644
--- a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb
@@ -28,7 +28,7 @@ SRC_URI = " \
28 28
29inherit ruby 29inherit ruby
30 30
31RDEPENDS += " \ 31RDEPENDS_${PN} += " \
32 mixlib-log \ 32 mixlib-log \
33 json \ 33 json \
34 hashie \ 34 hashie \