Skip to content

Commit

Permalink
tcpdump: add UPSTREAM_CHECK_REGEX
Browse files Browse the repository at this point in the history
Add UPSTREAM_CHECK_REGEX to skip checking testing version (e.g. 4.99.0).

Signed-off-by: Yi Zhao <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
yizhao1 authored and kraj committed Jan 3, 2021
1 parent c14eed6 commit 3871893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3871893

Please sign in to comment.