summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 += " \