summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.13.0.bb (renamed from meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.13.0.bb
index 304171c88c..f9c2b2c8a9 100644
--- a/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.11.0.bb
+++ b/meta-oe/recipes-connectivity/rabbitmq-c/rabbitmq-c_0.13.0.bb
@@ -1,11 +1,11 @@
1DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker" 1DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker"
2HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" 2HOMEPAGE = "https://github.com/alanxz/rabbitmq-c"
3LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=7e12f6e40e662e039e2f02b4893011ec"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5
6SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https" 6SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https"
7# v0.11.0-master 7# v0.13.0-master
8SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9" 8SRCREV = "974d71adceae6d742ae20a4c880d99c131f1460a"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11