Signed-off-by: Nathan Hartman <[email protected]>
---
 .../ruby/http-parser.rb_0.6.0.bb              | 22 +++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb

diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb 
b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb
new file mode 100644
index 0000000..db52ebd
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.6.0.bb
@@ -0,0 +1,22 @@
+SUMMARY = "simple callback-based HTTP request/response parser"
+HOMEPAGE = "https://rubygems.org/gems/http_parser.rb";
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=157efc3766c6d07d3d857ebbab43351a"
+
+SRC_URI = "git://github.com/tmm1/http_parser.rb.git;protocol=https;tag=v0.6.0"
+
+S = "${WORKDIR}/git"
+
+# Bitbake doesn't allow the underscore in file name, hence the dash
+SRCNAME = "http_parser.rb"
+
+DEPENDS = "git"
+
+inherit ruby
+
+# Download the submodules
+do_configure_prepend() {
+       cd ${WORKDIR}/git
+       git submodule update --init --recursive
+}
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5094): 
https://lists.yoctoproject.org/g/meta-virtualization/message/5094
Mute This Topic: https://lists.yoctoproject.org/mt/71436245/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to