| Message ID | 20260821043525.448011-9-ankur.tyagi85@gmail.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe,1/15] cabextract: add UPSTREAM_CHECK variables | expand |
diff --git a/meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb b/meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb index 23ae2fbb29..d7f3ee572d 100644 --- a/meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb +++ b/meta-oe/recipes-support/librdkafka/librdkafka_2.11.1.bb @@ -7,9 +7,11 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=40b04809b5d6f648f20f45143cbcb1ad" -SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https;branch=master" +SRC_URI = "git://github.com/edenhill/librdkafka;protocol=https;branch=master;tag=v${PV}" SRCREV = "69b1865efdc0118cd017760d038d34e52fb3f0d0" +UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" + DEPENDS = "zlib openssl zstd curl" inherit cmake