diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-09 23:31:28 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-10-09 23:31:28 +0000 |
commit | d3acbcf51a36518ca6daa1376da5e54623285e7a (patch) | |
tree | e3d67f66517a7fca267f78e48a209eae5aacdc7c | |
parent | 8b265b87cd347a0bddd271c2731ff6ebb697a647 (diff) | |
download | meta-cloud-services-d3acbcf51a36518ca6daa1376da5e54623285e7a.tar.gz |
ruby: package plugins in main package
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | classes/ruby.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/ruby.bbclass b/classes/ruby.bbclass index 2814d9c..384ece9 100644 --- a/classes/ruby.bbclass +++ b/classes/ruby.bbclass | |||
@@ -158,6 +158,7 @@ FILES:${PN} += " \ | |||
158 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/specifications \ | 158 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/specifications \ |
159 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/build_info \ | 159 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/build_info \ |
160 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions \ | 160 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/extensions \ |
161 | ${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins \ | ||
161 | " | 162 | " |
162 | 163 | ||
163 | FILES:${PN}-doc += " \ | 164 | FILES:${PN}-doc += " \ |