summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_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:57 -0400
commitb77402b033fdf4b9eafb2515729e625d777dab3f (patch)
treeb15a9fc6f94bbaad50eac78868007486956840bb /meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
parentd9d99d1b1109f37ffcd040c4a3e0ea9fc06e8e96 (diff)
downloadmeta-cloud-services-b77402b033fdf4b9eafb2515729e625d777dab3f.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/net-ssh-gateway_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
index 7c46b5a..b823a03 100644
--- a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb
@@ -26,7 +26,7 @@ SRC_URI = " \
26 26
27inherit ruby 27inherit ruby
28 28
29RDEPENDS += " \ 29RDEPENDS_${PN} += " \
30 net-ssh \ 30 net-ssh \
31 " 31 "
32 32