[oe-commits] Armin Kuster : bundler: Fix QA new Error

git at git.openembedded.org git at git.openembedded.org
Mon Apr 13 11:04:26 UTC 2015


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

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Fri Apr 10 09:58:45 2015 -0700

bundler: Fix QA new Error

ERROR: QA Issue: bundler: Files/directories were installed but not shipped
  /usr/lib/ruby/gems/2.2.0/build_info
  /usr/lib/ruby/gems/2.2.0/extensions [installed-vs-shipped]

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
index 2adde4d..fc73001 100644
--- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb
+++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb
@@ -26,4 +26,6 @@ SRC_URI = " \
 
 inherit ruby
 
+FILES_${PN} += "${libdir}/ruby/gems"
+
 BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list