summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-08-07 17:40:12 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-10 09:50:38 -0400
commitf71a2316692693f961d54881ef3863a4ee1d3341 (patch)
treeaa9eea5c1a6f2e8a337cc57cd40e34010ba4beed /meta-openstack/recipes-devtools/ruby
parent3f10421824020807c08d21c67bd14ad55ae07cf7 (diff)
downloadmeta-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')
-rw-r--r--meta-openstack/recipes-devtools/ruby/json/0001-Dont-compile-extensions.patch20
-rw-r--r--meta-openstack/recipes-devtools/ruby/json_git.bb5
2 files changed, 2 insertions, 23 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 @@
1From 8c6e4b688cc7feade17caa832f9304262025fd17 Mon Sep 17 00:00:00 2001
2From: Qian Lei <qianl.fnst@cn.fujitsu.com>
3Date: Tue, 27 Jan 2015 19:34:26 +0800
4Subject: [PATCH] Dont compile extensions
5
6Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
7---
8 json.gemspec | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/json.gemspec b/json.gemspec
12index 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--
191.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 f738ece..a417798 100644
--- a/meta-openstack/recipes-devtools/ruby/json_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/json_git.bb
@@ -9,15 +9,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=aef161fe3c86f1a8d6c71d3b8c5655c5"
9 9
10PR = "r0" 10PR = "r0"
11 11
12BPV = "1.8.1" 12BPV = "1.8.3"
13PV = "${BPV}" 13PV = "${BPV}"
14SRCREV = "92a96dea2b24b9c68856004d69491f46aedd0925" 14SRCREV = "db4c71a7701b95c30f945ee1536240920dcfdc17"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18SRC_URI = " \ 18SRC_URI = " \
19 git://github.com/flori/json.git \ 19 git://github.com/flori/json.git \
20 file://0001-Dont-compile-extensions.patch \
21 " 20 "
22 21
23inherit ruby 22inherit ruby