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_git.bb | |
| 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_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/json_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
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 | ||
| 10 | PR = "r0" | 10 | PR = "r0" |
| 11 | 11 | ||
| 12 | BPV = "1.8.1" | 12 | BPV = "1.8.3" |
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "92a96dea2b24b9c68856004d69491f46aedd0925" | 14 | SRCREV = "db4c71a7701b95c30f945ee1536240920dcfdc17" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | SRC_URI = " \ | 18 | SRC_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 | ||
| 23 | inherit ruby | 22 | inherit ruby |
