diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2025-11-09 21:40:34 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-09 06:52:52 -0800 |
| commit | 85ecfad5b0d612d443d087999325a15020eab2a1 (patch) | |
| tree | 97556f4ffd6c2a2935f46b4e969a639fc0046922 /meta-networking/recipes-support | |
| parent | c65342ce854e500e7648d4f59d9be03520127176 (diff) | |
| download | meta-openembedded-85ecfad5b0d612d443d087999325a15020eab2a1.tar.gz | |
tcpreplay: add UPSTREAM_CHECK_REGEX
Add UPSTREAM_CHECK_REGEX to check the correct latest stable verison.
Before the patch:
$ devtool latest-version tcpreplay
INFO: Current version: 4.5.2
INFO: Latest version:
After the patch:
$ devtool latest-version tcpreplay
INFO: Current version: 4.5.2
INFO: Latest version: 4.5.2
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.2.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.2.bb index 96a7087b0b..efcbb13439 100644 --- a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.2.bb +++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.5.2.bb | |||
| @@ -14,6 +14,7 @@ SRC_URI = "https://github.com/appneta/${BPN}/releases/download/v${PV}/${BP}.tar. | |||
| 14 | SRC_URI[sha256sum] = "ccff3bb29469a04ccc20ed0b518e3e43c4a7b5a876339d9435bfd9db7fe5d0f1" | 14 | SRC_URI[sha256sum] = "ccff3bb29469a04ccc20ed0b518e3e43c4a7b5a876339d9435bfd9db7fe5d0f1" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases" | 16 | UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases" |
| 17 | UPSTREAM_CHECK_REGEX = "releases/tag/v(?P<pver>\d+(\.\d+)+)" | ||
| 17 | 18 | ||
| 18 | DEPENDS = "libpcap" | 19 | DEPENDS = "libpcap" |
| 19 | 20 | ||
