mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-30 00:33:19 +00:00
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:
+3
-1
@@ -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)
|
||||
Reference in New Issue
Block a user