>-----Original Message----- >From: [email protected] [mailto:[email protected]] On Behalf Of Mark >Asselstine >Sent: Friday, August 07, 2015 10:29 PM >To: Li, Xin/李 欣 >Cc: [email protected] >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 <[email protected]> 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 <[email protected]> >> --- >> 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 >> [email protected] >> https://lists.yoctoproject.org/listinfo/meta-virtualization -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
