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/pry_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/ruby/pry_git.bb') diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb index 91e3c43..2dc6234 100644 --- a/meta-openstack/recipes-devtools/ruby/pry_git.bb +++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb @@ -26,7 +26,7 @@ inherit ruby RUBY_COMPILE_FLAGS = "" -RDEPENDS += " \ +RDEPENDS_${PN} += " \ coderay \ method-source \ slop \ -- cgit v1.2.3-54-g00ecf