[oe-commits] Mark Asselstine : bundler: remove broad FILES definition

git at git.openembedded.org git at git.openembedded.org
Thu Aug 27 13:43:33 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e2926d17b3280ae0ee1e73cabc7dc51280173a74
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e2926d17b3280ae0ee1e73cabc7dc51280173a74

Author: Mark Asselstine <mark.asselstine at windriver.com>
Date:   Thu Aug 20 16:28:58 2015 -0400

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-ruby/recipes-devtools/ruby/bundler_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index 7d79544..31e72e5 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"



More information about the Openembedded-commits mailing list