summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Hartman <hnathan918@gmail.com>2020-02-20 11:58:03 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:15:43 -0500
commitafeb0402c69eb9db7ba323e11911f4c98c9288ee (patch)
tree369f00967d675e5b582d533f63c1f666082d0c9b
parentdfae8c2538bab33e2af4909b98987769a36a8a29 (diff)
downloadmeta-cloud-services-afeb0402c69eb9db7ba323e11911f4c98c9288ee.tar.gz
Initial msgpack ruby recipe
Signed-off-by: Nathan Hartman <hnathan918@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb b/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
new file mode 100644
index 0000000..063a852
--- /dev/null
+++ b/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
@@ -0,0 +1,12 @@
1SUMMARY = "MessagePack implementation for Ruby"
2HOMEPAGE = "http://msgpack.org/"
3
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6
7SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;tag=v${PV}"
8
9S = "${WORKDIR}/git"
10
11inherit ruby
12