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/coderay_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/coderay_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/coderay_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/coderay_git.bb b/meta-openstack/recipes-devtools/ruby/coderay_git.bb index cbb743c..3253699 100644 --- a/meta-openstack/recipes-devtools/ruby/coderay_git.bb +++ b/meta-openstack/recipes-devtools/ruby/coderay_git.bb | |||
| @@ -24,3 +24,4 @@ inherit ruby | |||
| 24 | RUBY_COMPILE_FLAGS += "RELEASE=1" | 24 | RUBY_COMPILE_FLAGS += "RELEASE=1" |
| 25 | 25 | ||
| 26 | BBCLASSEXTEND = "native" | 26 | BBCLASSEXTEND = "native" |
| 27 | DEPENDS += "yard" | ||
