diff options
| author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-08-07 17:40:12 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-10 09:50:38 -0400 |
| commit | f71a2316692693f961d54881ef3863a4ee1d3341 (patch) | |
| tree | aa9eea5c1a6f2e8a337cc57cd40e34010ba4beed /meta-openstack/recipes-devtools/ruby/json | |
| parent | 3f10421824020807c08d21c67bd14ad55ae07cf7 (diff) | |
| download | meta-cloud-services-f71a2316692693f961d54881ef3863a4ee1d3341.tar.gz | |
json: upgrade 1.8.1 -> 1.8.3
Dropped 0001-Dont-compile-extensions.patch, it is not needed anymore.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/json')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch b/meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch deleted file mode 100644 index 0c2f513..0000000 --- a/meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | From 8c6e4b688cc7feade17caa832f9304262025fd17 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Qian Lei <qianl.fnst@cn.fujitsu.com> | ||
| 3 | Date: Tue, 27 Jan 2015 19:34:26 +0800 | ||
| 4 | Subject: [PATCH] Dont compile extensions | ||
| 5 | |||
| 6 | Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> | ||
| 7 | --- | ||
| 8 | json.gemspec | 2 +- | ||
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 10 | |||
| 11 | diff --git a/json.gemspec b/json.gemspec | ||
| 12 | index 75926b1..af7e9ca 100644 | ||
| 13 | --- a/json.gemspec | ||
| 14 | +++ b/json.gemspec | ||
| 15 | @@ -13 +13 @@ Gem::Specification.new do |s| | ||
| 16 | - s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb"] | ||
| 17 | +# s.extensions = ["ext/json/ext/generator/extconf.rb", "ext/json/ext/parser/extconf.rb"] | ||
| 18 | -- | ||
| 19 | 1.8.3.1 | ||
| 20 | |||
