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/ohai_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/ohai_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/ohai_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/ohai_git.bb b/meta-openstack/recipes-devtools/ruby/ohai_git.bb index 3dbfe00..6bd31e1 100644 --- a/meta-openstack/recipes-devtools/ruby/ohai_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ohai_git.bb | |||
| @@ -25,7 +25,7 @@ SRC_URI = " \ | |||
| 25 | 25 | ||
| 26 | inherit ruby | 26 | inherit ruby |
| 27 | 27 | ||
| 28 | RDEPENDS += " \ | 28 | RDEPENDS_${PN} += " \ |
| 29 | mime-types \ | 29 | mime-types \ |
| 30 | ipaddress \ | 30 | ipaddress \ |
| 31 | mixlib-cli \ | 31 | mixlib-cli \ |
