mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
tcpdump: add UPSTREAM_CHECK_REGEX
Add UPSTREAM_CHECK_REGEX to skip checking testing version (e.g. 4.99.0). Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ SRC_URI = " \
|
||||
SRC_URI[md5sum] = "a4ead41d371f91aa0a2287f589958bae"
|
||||
SRC_URI[sha256sum] = "2cd47cb3d460b6ff75f4a9940f594317ad456cfbf2bd2c8e5151e16559db6410"
|
||||
|
||||
UPSTREAM_CHECK_REGEX = "tcpdump-(?P<pver>\d+(\.(?!99)\d+)+)\.tar"
|
||||
|
||||
inherit autotools-brokensep ptest
|
||||
|
||||
PACKAGECONFIG ?= "openssl"
|
||||
|
||||
Reference in New Issue
Block a user