diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby')
| -rw-r--r-- | meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb | 12 |
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 @@ | |||
| 1 | SUMMARY = "MessagePack implementation for Ruby" | ||
| 2 | HOMEPAGE = "http://msgpack.org/" | ||
| 3 | |||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;tag=v${PV}" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit ruby | ||
| 12 | |||
