summaryrefslogtreecommitdiffstats
path: root/meta-openstack/classes
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-08-07 17:39:56 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-10 09:50:44 -0400
commitee23f4fdd14660defeda80900cdf2de287426eac (patch)
tree746427b2dd2071b32c9885c660b9b79d301fbb71 /meta-openstack/classes
parenta18dfc685a18619324d0668117a4bbdb3f1b68a6 (diff)
downloadmeta-cloud-services-ee23f4fdd14660defeda80900cdf2de287426eac.tar.gz
ruby.bbclass: Error fix
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> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/classes')
-rw-r--r--meta-openstack/classes/ruby.bbclass1
1 files changed, 1 insertions, 0 deletions
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 += " \
114 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \ 114 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \
115 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \ 115 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \
116 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \ 116 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \
117 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/*/.debug \
117 " 118 "
118 119
119FILES_${PN} += " \ 120FILES_${PN} += " \