summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/coderay_git.bb
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2014-05-21 09:56:20 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-24 00:27:57 -0400
commitb77402b033fdf4b9eafb2515729e625d777dab3f (patch)
treeb15a9fc6f94bbaad50eac78868007486956840bb /meta-openstack/recipes-devtools/ruby/coderay_git.bb
parentd9d99d1b1109f37ffcd040c4a3e0ea9fc06e8e96 (diff)
downloadmeta-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.bb1
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
24RUBY_COMPILE_FLAGS += "RELEASE=1" 24RUBY_COMPILE_FLAGS += "RELEASE=1"
25 25
26BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native"
27DEPENDS += "yard"