summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-07-23 10:52:25 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-27 09:56:56 -0400
commitd7b18cea08503772bb2f99010f21836b5d654449 (patch)
treeaaaa0cdf29e20a4ecd7edf3b4e373887df17a31f
parent204c1a26733bca068f112802bdc0a955223c6b16 (diff)
downloadmeta-cloud-services-d7b18cea08503772bb2f99010f21836b5d654449.tar.gz
ruby.bbclass: WARNING Fix
When build the recipes which inherit ruby,WARNING will occur as following: WARNING: QA Issue: mixlib-log: Files/directories were installed but not shipped in any package: /usr/lib/ruby/gems/2.2.0/build_info /usr/lib/ruby/gems/2.2.0/extensions Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] So modify ruby.bbclass Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/classes/ruby.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/classes/ruby.bbclass b/meta-openstack/classes/ruby.bbclass
index 947613e..957abf7 100644
--- a/meta-openstack/classes/ruby.bbclass
+++ b/meta-openstack/classes/ruby.bbclass
@@ -121,6 +121,8 @@ FILES_${PN} += " \
121 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/cache \ 121 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/cache \
122 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/bin \ 122 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/bin \
123 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/specifications \ 123 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/specifications \
124 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/build_info \
125 ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions \
124 " 126 "
125 127
126FILES_${PN}-doc += " \ 128FILES_${PN}-doc += " \