diff options
Diffstat (limited to 'meta-ruby/classes/ruby.bbclass')
| -rw-r--r-- | meta-ruby/classes/ruby.bbclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-ruby/classes/ruby.bbclass b/meta-ruby/classes/ruby.bbclass index 9c4fcf9c3c..ef844f2d96 100644 --- a/meta-ruby/classes/ruby.bbclass +++ b/meta-ruby/classes/ruby.bbclass | |||
| @@ -111,6 +111,10 @@ FILES_${PN}-dbg += " \ | |||
| 111 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \ | 111 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/.debug \ |
| 112 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \ | 112 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/.debug \ |
| 113 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \ | 113 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/gems/*/*/*/*/*/.debug \ |
| 114 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/.debug \ | ||
| 115 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/.debug \ | ||
| 116 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/.debug \ | ||
| 117 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions/*/*/*/*/*/.debug \ | ||
| 114 | " | 118 | " |
| 115 | 119 | ||
| 116 | FILES_${PN} += " \ | 120 | FILES_${PN} += " \ |
| @@ -118,6 +122,8 @@ FILES_${PN} += " \ | |||
| 118 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/cache \ | 122 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/cache \ |
| 119 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/bin \ | 123 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/bin \ |
| 120 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/specifications \ | 124 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/specifications \ |
| 125 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/build_info \ | ||
| 126 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions \ | ||
| 121 | " | 127 | " |
| 122 | 128 | ||
| 123 | FILES_${PN}-doc += " \ | 129 | FILES_${PN}-doc += " \ |
