diff options
| author | Changqing Li <changqing.li@windriver.com> | 2023-03-09 16:40:07 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 09:54:04 -0800 |
| commit | 7303ceb354f88b905cb49a24cd6d3159777e2a3b (patch) | |
| tree | d2fbe63c815a03fb4e71297d99bdfc098cb918f8 | |
| parent | 4aae766b9f19978ba8f2caf39a985016f57fabfc (diff) | |
| download | meta-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>
| -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 @@ | |||
| 1 | DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker" | 1 | DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker" |
| 2 | HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" | 2 | HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7e12f6e40e662e039e2f02b4893011ec" |
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https" | 6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git;branch=master;protocol=https" |
| 7 | # v0.11.0-master | 7 | # v0.13.0-master |
| 8 | SRCREV = "a64c08c68aff34d49a2ac152f04988cd921084f9" | 8 | SRCREV = "974d71adceae6d742ae20a4c880d99c131f1460a" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
