From afeb0402c69eb9db7ba323e11911f4c98c9288ee Mon Sep 17 00:00:00 2001 From: Nathan Hartman Date: Thu, 20 Feb 2020 11:58:03 -0800 Subject: Initial msgpack ruby recipe Signed-off-by: Nathan Hartman Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb 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 @@ +SUMMARY = "MessagePack implementation for Ruby" +HOMEPAGE = "http://msgpack.org/" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;tag=v${PV}" + +S = "${WORKDIR}/git" + +inherit ruby + -- cgit v1.2.3-54-g00ecf