diff options
author | Amy Fong <amy.fong@windriver.com> | 2014-05-21 09:56:20 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:14 -0400 |
commit | 9643550aa09597778fbbfc30d93987a247f5a63b (patch) | |
tree | 3bfd2791e566f9f43490024cf066164e74257105 /meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb | |
parent | 52ae70c869d4057d418e3fa031e6521482768d67 (diff) | |
download | meta-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/net-ssh-multi_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb index 11527be..86f2807 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb | |||
@@ -26,7 +26,7 @@ SRC_URI = " \ | |||
26 | 26 | ||
27 | inherit ruby | 27 | inherit ruby |
28 | 28 | ||
29 | RDEPENDS += " \ | 29 | RDEPENDS_${PN} += " \ |
30 | net-ssh \ | 30 | net-ssh \ |
31 | net-ssh-gateway \ | 31 | net-ssh-gateway \ |
32 | " | 32 | " |