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:57 -0400 |
| commit | b77402b033fdf4b9eafb2515729e625d777dab3f (patch) | |
| tree | b15a9fc6f94bbaad50eac78868007486956840bb /meta-openstack/recipes-devtools/ruby/chef-zero_git.bb | |
| parent | d9d99d1b1109f37ffcd040c4a3e0ea9fc06e8e96 (diff) | |
| download | meta-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/chef-zero_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/chef-zero_git.bb | 2 |
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 | ||
| 29 | inherit ruby | 29 | inherit ruby |
| 30 | 30 | ||
| 31 | RDEPENDS += " \ | 31 | RDEPENDS_${PN} += " \ |
| 32 | mixlib-log \ | 32 | mixlib-log \ |
| 33 | json \ | 33 | json \ |
| 34 | hashie \ | 34 | hashie \ |
