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-support/chef | |
| 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-support/chef')
| -rw-r--r-- | meta-openstack/recipes-support/chef/chef_git.bb | 2 |
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 | ||
| 36 | RDEPENDS += " \ | 36 | RDEPENDS_${PN} += " \ |
| 37 | ruby \ | 37 | ruby \ |
| 38 | chef-zero \ | 38 | chef-zero \ |
| 39 | coderay \ | 39 | coderay \ |
