aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ruby
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-08-20 16:28:58 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-31 19:43:44 +0200
commit93b864313563d9f2608f4b395f4f8a168fceb615 (patch)
tree8fbc92fa8ebafa6a4bc04f1905c184da957b50ca /meta-ruby
parent74930393081a1369633d22928d48c7426eca730f (diff)
downloadmeta-openembedded-contrib-93b864313563d9f2608f4b395f4f8a168fceb615.tar.gz
bundler: remove broad FILES definition
This effectively reverts commit 4e8853ca05f797281469ae7c7ce0c0b3ccf0d7c1 [bundler: Fix QA new Error] The original QA error is now handled by changes to the ruby.bbclass to properly handle build_info and extensions directories that Ruby 2.0.0 now creates while installing gems. This revert isn't specifically required but by removing this broad definition of FILES the hope is that other ruby recipes won't copy this behavior which can actually lead to other QA errors/warnings, depending on what gets installed in the build_info and extensions directories. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-ruby')
-rw-r--r--meta-ruby/recipes-devtools/ruby/bundler_git.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index 7d79544290..31e72e562a 100644
--- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
+++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
@@ -26,8 +26,6 @@ SRC_URI = " \
inherit ruby
-FILES_${PN} += "${libdir}/ruby/gems"
-
RDEPENDS_${PN} = "git"
BBCLASSEXTEND = "native"