diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 12:32:26 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-08 16:13:11 +0000 |
| commit | ee1443fba2f175c79a2fb37bb0d27c8eca01c405 (patch) | |
| tree | 019c277384a958a614deb75f565773c0bf1f43f0 /recipes-devtools/ruby/yajl-ruby | |
| parent | 72204015003442867a302233f0e2f22728dad8d0 (diff) | |
| download | meta-cloud-services-ee1443fba2f175c79a2fb37bb0d27c8eca01c405.tar.gz | |
fluentd: update to 1.19.2
As part of this update we:
- move from meta-openstack to main layer
- move ruby dependencies from meta-openstack to main layer
- Move the fluentd RDEPENDS recipes alongside fluentd itself:
cool.io, http-parser.rb, msgpack, serverengine, sigdump, strptime,
tzinfo, tzinfo-data, yajl-ruby.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-devtools/ruby/yajl-ruby')
| -rw-r--r-- | recipes-devtools/ruby/yajl-ruby/0001-Don-t-compile-extensions.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-devtools/ruby/yajl-ruby/0001-Don-t-compile-extensions.patch b/recipes-devtools/ruby/yajl-ruby/0001-Don-t-compile-extensions.patch new file mode 100644 index 0000000..8ebd35d --- /dev/null +++ b/recipes-devtools/ruby/yajl-ruby/0001-Don-t-compile-extensions.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | From 8aec601d3531e7e0ba40df9d712e3754c5404f1a Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Qian Lei <qianl.fnst@cn.fujitsu.com> | ||
| 3 | Date: Tue, 27 Jan 2015 19:13:16 +0800 | ||
| 4 | Subject: [PATCH] Don't compile extensions. | ||
| 5 | |||
| 6 | Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> | ||
| 7 | --- | ||
| 8 | yajl-ruby.gemspec | 2 +- | ||
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/yajl-ruby.gemspec b/yajl-ruby.gemspec | ||
| 12 | index f601263..ecfeacf 100644 | ||
| 13 | --- a/yajl-ruby.gemspec | ||
| 14 | +++ b/yajl-ruby.gemspec | ||
| 15 | @@ -9 +9 @@ Gem::Specification.new do |s| | ||
| 16 | - s.extensions = ["ext/yajl/extconf.rb"] | ||
| 17 | +# s.extensions = ["ext/yajl/extconf.rb"] | ||
| 18 | -- | ||
| 19 | 1.8.3.1 | ||
| 20 | |||
