diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-20 15:26:08 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:27:57 -0400 |
| commit | 3be5f6b65fc5ec161a0f7bfb61a3152fcf8a91a6 (patch) | |
| tree | 5dda60a9a42906de4454ecd2b7a5b0ed4f5ab0f3 | |
| parent | a41486c3e32a77ada43f8f8e8fda093b238051e9 (diff) | |
| download | meta-cloud-services-3be5f6b65fc5ec161a0f7bfb61a3152fcf8a91a6.tar.gz | |
Ruby/chef solo: Add recipes-devtools/ruby/yajl-ruby_git.bb
This gem is a C binding to the excellent YAJL JSON
parsing and generation library.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Amy Fong <amy.fong@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb new file mode 100644 index 0000000..2bdd218 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_git.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | SUMMARY = "C binding to the excellent YAJL JSON parsing and generation library." | ||
| 5 | DESCRIPTION = "This gem is a C binding to the excellent YAJL JSON \ | ||
| 6 | parsing and generation library." | ||
| 7 | |||
| 8 | LICENSE = "MIT" | ||
| 9 | LIC_FILES_CHKSUM = "file://MIT-LICENSE;md5=7edc7ac9885163399dacc69a54b1dc3a" | ||
| 10 | |||
| 11 | PR = "r0" | ||
| 12 | |||
| 13 | BPV = "1.2.0" | ||
| 14 | PV = "${BPV}" | ||
| 15 | SRCREV = "fb61daad73340968badf6f84e41ec6931db2e87e" | ||
| 16 | |||
| 17 | S = "${WORKDIR}/git" | ||
| 18 | |||
| 19 | SRC_URI = " \ | ||
| 20 | git://github.com/brianmario/yajl-ruby.git \ | ||
| 21 | " | ||
| 22 | |||
| 23 | inherit ruby | ||
| 24 | |||
| 25 | BBCLASSEXTEND = "native" | ||
