[oe][meta-oe][PATCH 10/15] librdkafka: upgrade 2.11.1 -> 2.15.0
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Ankur Tyagi <[email protected]> Changelog: https://github.com/confluentinc/librdkafka/blob/v2.15.0/CHANGELOG.md Signed-off-by: Ankur Tyagi <[email protected]> --- .../librdkafka/{librdkafka_2.11.1.bb => librdkafka_2.15.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/librdkafka/{librdkafka_2.11.1.bb => librdkafka_2.15.0.bb} (92%) diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb b/meta-oe/recipes-support/librdkafka/librdkafka_2.15.0.bb similarity index 92% rename from meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb rename to meta-oe/recipes-support/librdkafka/librdkafka_2.15.0.bb index d7f3ee572d..9a8a84da98 100644 --- a/meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb +++ b/meta-oe/recipes-support/librdkafka/librdkafka_2.15.0.bb @@ -8,7 +8,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=40b04809b5d6f648f20f45143cbcb1ad" SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https;branch=master;tag=v${PV}" -SRCREV = "69b1865efdc0118cd017760d038d34e52fb3f0d0" +SRCREV = "9a94e11452cdeb0a844db44ee5dd01ccbe17d3ab" UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"