summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb5
1 files changed, 4 insertions, 1 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
index f40d6cf..5382676 100644
--- a/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
+++ b/meta-openstack/recipes-devtools/ruby/msgpack_1.3.3.bb
@@ -4,9 +4,12 @@ HOMEPAGE = "http://msgpack.org/"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
6 6
7SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;tag=v${PV};branch=master" 7SRCREV = "64db1bac56359c9257d22f3ffb7506b578d76741"
8
9SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master"
8 10
9S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
10 12
11inherit ruby 13inherit ruby
12 14
15FILES:${PN} += "${libdir}/*"