All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ruby][PATCH] v2 bundler: Fix QA new Error
@ 2015-04-10 16:58 Armin Kuster
  2015-04-13 11:04 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2015-04-10 16:58 UTC (permalink / raw)
  To: openembedded-devel

V2: drop version value in file path

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..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"
-- 
2.3.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-ruby][PATCH] v2 bundler: Fix QA new Error
  2015-04-10 16:58 [meta-ruby][PATCH] v2 bundler: Fix QA new Error Armin Kuster
@ 2015-04-13 11:04 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-04-13 11:04 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]

On Fri, Apr 10, 2015 at 09:58:45AM -0700, Armin Kuster wrote:
> V2: drop version value in file path

I've taken this patch before branching fido, but I had to fix commit
message a bit.

Please notice extra "v2 " in summary line.

"V2: .*" belongs under --- so that it's visible in review on e-mail, but
not part of commit message itself.

> 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..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"
> -- 
> 2.3.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-13 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 16:58 [meta-ruby][PATCH] v2 bundler: Fix QA new Error Armin Kuster
2015-04-13 11:04 ` Martin Jansa

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.