All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services][PATCH] ruby.bbclass: Error fix
@ 2015-08-07  9:39 Li xin
  2015-08-07 14:28 ` Mark Asselstine
  2015-08-10 13:53 ` Bruce Ashfield
  0 siblings, 2 replies; 4+ messages in thread
From: Li xin @ 2015-08-07  9:39 UTC (permalink / raw)
  To: meta-virtualization

When build the recipes which inherit ruby,ERROR will occur as following:
ERROR: QA Issue: non debug package contains .debug directory: json
path /work/core2-64-oe-linux/json/1.8.3-r0/packages-split/json/usr/lib/ruby/
gems/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/.debug/generator.so [debug-files]
So modify ruby.bbclass.

Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
---
 meta-openstack/classes/ruby.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/classes/ruby.bbclass b/meta-openstack/classes/ruby.bbclass
index 957abf7..0c842d5 100644
--- a/meta-openstack/classes/ruby.bbclass
+++ b/meta-openstack/classes/ruby.bbclass
@@ -114,6 +114,7 @@ FILES_${PN}-dbg += " \
         ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \
         ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \
         ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \
+        ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/*/.debug \
         "
 
 FILES_${PN} += " \
-- 
1.8.4.2



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

* Re: [meta-cloud-services][PATCH] ruby.bbclass: Error fix
  2015-08-07  9:39 [meta-cloud-services][PATCH] ruby.bbclass: Error fix Li xin
@ 2015-08-07 14:28 ` Mark Asselstine
  2015-08-17  1:26   ` Li, Xin
  2015-08-10 13:53 ` Bruce Ashfield
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Asselstine @ 2015-08-07 14:28 UTC (permalink / raw)
  To: Li xin; +Cc: meta-virtualization

I had intentions of divesting meta-cloud-services of much of the ruby
bits and as such have already got this class merged to
meta-oe/meta-ruby. So be sure to send this fix there too.

Thanks,
Mark

On Fri, Aug 7, 2015 at 5:39 AM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
> When build the recipes which inherit ruby,ERROR will occur as following:
> ERROR: QA Issue: non debug package contains .debug directory: json
> path /work/core2-64-oe-linux/json/1.8.3-r0/packages-split/json/usr/lib/ruby/
> gems/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/.debug/generator.so [debug-files]
> So modify ruby.bbclass.
>
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-openstack/classes/ruby.bbclass | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-openstack/classes/ruby.bbclass b/meta-openstack/classes/ruby.bbclass
> index 957abf7..0c842d5 100644
> --- a/meta-openstack/classes/ruby.bbclass
> +++ b/meta-openstack/classes/ruby.bbclass
> @@ -114,6 +114,7 @@ FILES_${PN}-dbg += " \
>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \
>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \
>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \
> +        ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/*/.debug \
>          "
>
>  FILES_${PN} += " \
> --
> 1.8.4.2
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization


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

* Re: [meta-cloud-services][PATCH] ruby.bbclass: Error fix
  2015-08-07  9:39 [meta-cloud-services][PATCH] ruby.bbclass: Error fix Li xin
  2015-08-07 14:28 ` Mark Asselstine
@ 2015-08-10 13:53 ` Bruce Ashfield
  1 sibling, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2015-08-10 13:53 UTC (permalink / raw)
  To: Li xin; +Cc: meta-virtualization

merged.

Bruce

On Fri, Aug 7, 2015 at 5:39 AM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
> When build the recipes which inherit ruby,ERROR will occur as following:
> ERROR: QA Issue: non debug package contains .debug directory: json
> path /work/core2-64-oe-linux/json/1.8.3-r0/packages-split/json/usr/lib/ruby/
> gems/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/.debug/generator.so [debug-files]
> So modify ruby.bbclass.
>
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-openstack/classes/ruby.bbclass | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-openstack/classes/ruby.bbclass b/meta-openstack/classes/ruby.bbclass
> index 957abf7..0c842d5 100644
> --- a/meta-openstack/classes/ruby.bbclass
> +++ b/meta-openstack/classes/ruby.bbclass
> @@ -114,6 +114,7 @@ FILES_${PN}-dbg += " \
>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \
>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \
>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \
> +        ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/*/.debug \
>          "
>
>  FILES_${PN} += " \
> --
> 1.8.4.2
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


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

* Re: [meta-cloud-services][PATCH] ruby.bbclass: Error fix
  2015-08-07 14:28 ` Mark Asselstine
@ 2015-08-17  1:26   ` Li, Xin
  0 siblings, 0 replies; 4+ messages in thread
From: Li, Xin @ 2015-08-17  1:26 UTC (permalink / raw)
  To: mark.asselstine; +Cc: meta-virtualization



>-----Original Message-----
>From: asselsm@gmail.com [mailto:asselsm@gmail.com] On Behalf Of Mark
>Asselstine
>Sent: Friday, August 07, 2015 10:29 PM
>To: Li, Xin/李 欣
>Cc: meta-virtualization@yoctoproject.org
>Subject: Re: [meta-virtualization] [meta-cloud-services][PATCH] ruby.bbclass: Error
>fix
>
>I had intentions of divesting meta-cloud-services of much of the ruby bits and as such
>have already got this class merged to meta-oe/meta-ruby. So be sure to send this fix
>there too.

OK, I will send this patch there too.

Thanks,
Li


>
>On Fri, Aug 7, 2015 at 5:39 AM, Li xin <lixin.fnst@cn.fujitsu.com> wrote:
>> When build the recipes which inherit ruby,ERROR will occur as following:
>> ERROR: QA Issue: non debug package contains .debug directory: json
>> path
>> /work/core2-64-oe-linux/json/1.8.3-r0/packages-split/json/usr/lib/ruby
>> /
>> gems/2.2.0/extensions/x86_64-linux/2.2.0/json-1.8.3/json/ext/.debug/ge
>> nerator.so [debug-files] So modify ruby.bbclass.
>>
>> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
>> ---
>>  meta-openstack/classes/ruby.bbclass | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/meta-openstack/classes/ruby.bbclass
>> b/meta-openstack/classes/ruby.bbclass
>> index 957abf7..0c842d5 100644
>> --- a/meta-openstack/classes/ruby.bbclass
>> +++ b/meta-openstack/classes/ruby.bbclass
>> @@ -114,6 +114,7 @@ FILES_${PN}-dbg += " \
>>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \
>>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \
>>          ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug
>> \
>> +
>> + ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/*/.debug
>> + \
>>          "
>>
>>  FILES_${PN} += " \
>> --
>> 1.8.4.2
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization

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

end of thread, other threads:[~2015-08-17  1:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07  9:39 [meta-cloud-services][PATCH] ruby.bbclass: Error fix Li xin
2015-08-07 14:28 ` Mark Asselstine
2015-08-17  1:26   ` Li, Xin
2015-08-10 13:53 ` Bruce Ashfield

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.