diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch | 20 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/json_git.bb | 1 |
2 files changed, 21 insertions, 0 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 new file mode 100644 index 0000000..0c2f513 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb index d3431c7..a852500 100644 --- a/meta-openstack/recipes-devtools/ruby/json_git.bb +++ b/meta-openstack/recipes-devtools/ruby/json_git.bb | |||
| @@ -22,3 +22,4 @@ SRC_URI = " \ | |||
| 22 | inherit ruby | 22 | inherit ruby |
| 23 | 23 | ||
| 24 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |
| 25 | file://0001-Dont-compile-extensions.patch \ | ||
