Browse Source

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>
Yi Zhao 3 years ago
parent
commit
d97b95466d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb

+ 2 - 0
meta-networking/recipes-support/tcpdump/tcpdump_4.9.3.bb

@@ -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"