summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-12-08 18:33:31 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:29 -0500
commit2fcbba0a1dffe129d920317f9e4f88aa09209e86 (patch)
treec4c1207f2d51bea973fbd7a97fa814905d76c2d8 /meta-openstack
parenta1fe31ba8f16291aaafc3df5f14a511bb7c5f811 (diff)
downloadmeta-cloud-services-2fcbba0a1dffe129d920317f9e4f88aa09209e86.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')
-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