diff options
| -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 | ||
