diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb new file mode 100644 index 0000000..4823003 --- /dev/null +++ b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | SUMMARY = "simple callback-based HTTP request/response parser" | ||
| 2 | HOMEPAGE = "https://rubygems.org/gems/http_parser.rb" | ||
| 3 | |||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=157efc3766c6d07d3d857ebbab43351a" | ||
| 6 | |||
| 7 | SRCREV = "71ecce2a498f87ba83ea3d77322a001132610a6e" | ||
| 8 | |||
| 9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/git" | ||
| 12 | |||
| 13 | # Bitbake doesn't allow the underscore in file name, hence the dash | ||
| 14 | SRCNAME = "http_parser.rb" | ||
| 15 | |||
| 16 | # DEPENDS = "git" | ||
| 17 | |||
| 18 | inherit rubyv2 | ||
| 19 | |||
| 20 | GEM_NAME = "http-parser.rb" | ||
| 21 | GEM_SPEC_FILE = "http_parser.rb.gemspec" | ||
| 22 | |||
| 23 | # # Download the submodules | ||
| 24 | # do_configure:prepend() { | ||
| 25 | # cd ${WORKDIR}/git | ||
| 26 | # git submodule update --init --recursive | ||
| 27 | # } | ||
| 28 | |||
| 29 | FILES:${PN} += "${libdir}/*" | ||
