Signed-off-by: Nathan Hartman <[email protected]> --- .../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 + -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#5092): https://lists.yoctoproject.org/g/meta-virtualization/message/5092 Mute This Topic: https://lists.yoctoproject.org/mt/71436243/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
