summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2023-03-09 16:40:07 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-09 09:54:04 -0800
commit7303ceb354f88b905cb49a24cd6d3159777e2a3b (patch)
treed2fbe63c815a03fb4e71297d99bdfc098cb918f8 /meta-oe/recipes-connectivity
parent4aae766b9f19978ba8f2caf39a985016f57fabfc (diff)
downloadmeta-openembedded-7303ceb354f88b905cb49a24cd6d3159777e2a3b.tar.gz
rabbitmq-c: upgrade 0.11.0 -> 0.13.0
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-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 304171c88..f9c2b2c8a 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