From 9643550aa09597778fbbfc30d93987a247f5a63b Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Wed, 21 May 2014 09:56:20 -0400 Subject: 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 --- meta-openstack/recipes-devtools/ruby/coderay_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/ruby/coderay_git.bb') 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 RUBY_COMPILE_FLAGS += "RELEASE=1" BBCLASSEXTEND = "native" +DEPENDS += "yard" -- cgit v1.2.3-54-g00ecf