From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-ruby][PATCH] bundler: Fix QA new Error
Date: Thu, 9 Apr 2015 17:02:30 -0700 [thread overview]
Message-ID: <1428624150-7753-1-git-send-email-akuster808@gmail.com> (raw)
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@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..27ef7b2 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/2.2.0"
+
BBCLASSEXTEND = "native"
--
2.3.5
next reply other threads:[~2015-04-10 0:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-10 0:02 Armin Kuster [this message]
2015-04-10 0:30 ` [meta-ruby][PATCH] bundler: Fix QA new Error Khem Raj
2015-04-10 1:52 ` akuster808
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1428624150-7753-1-git-send-email-akuster808@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.