wrk: set PV in recipe name and update SRC_URI

- SRCREV is unchanged
- Add UPSTREAM_CHECK_GITTAGREGEX

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi
2026-08-19 17:36:18 +12:00
committed by Khem Raj
parent 04a201e95a
commit f86acfacd1
@@ -8,9 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1a1b7dfe4016fcf67ae4715f167a0043"
DEPENDS = "luajit luajit-native openssl"
SRC_URI = "git://github.com/wg/wrk.git;protocol=https;branch=master"
SRC_URI = "git://github.com/wg/wrk.git;protocol=https;branch=master;tag=${PV}"
SRCREV = "a211dd5a7050b1f9e8a9870b95513060e72ac4a0"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
# Use system luajit and openssl instead of bundled deps/
# luajit headers install to a versioned subdir, point include path explicitly
# LUA_PATH must point to luajit-native's jit.* modules for bytecode compilation (-b)