diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/json_git.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb index a417798..f7b3dd7 100644 --- a/meta-openstack/recipes-devtools/ruby/json_git.bb +++ b/meta-openstack/recipes-devtools/ruby/json_git.bb | |||
| @@ -5,18 +5,18 @@ SUMMARY = "An implementation of the JSON specification according to RFC 4627" | |||
| 5 | DESCRIPTION = "An implementation of the JSON specification according to RFC 4627" | 5 | DESCRIPTION = "An implementation of the JSON specification according to RFC 4627" |
| 6 | 6 | ||
| 7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=aef161fe3c86f1a8d6c71d3b8c5655c5" | 8 | LIC_FILES_CHKSUM = "file://CHANGES;md5=af8cad0ff27a1593ac5ee461bc2d71ab" |
| 9 | 9 | ||
| 10 | PR = "r0" | 10 | PR = "r0" |
| 11 | 11 | ||
| 12 | BPV = "1.8.3" | 12 | BPV = "1.8.5" |
| 13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
| 14 | SRCREV = "db4c71a7701b95c30f945ee1536240920dcfdc17" | 14 | SRCREV = "4cf6c6270f52888997ec1b626b9f557db4f26f2e" |
| 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;branch=v1.8 \ |
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | inherit ruby | 22 | inherit ruby |
