diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2016-12-30 07:22:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-19 09:26:14 +0100 |
commit | c0ff097fae3c7ad35a7cbdf4170363875316271c (patch) | |
tree | c9a4bf1aa5e29e74f086cbd94326295b1c880a74 /meta-networking | |
parent | 0e84e385b7e5366d11fb2898f911b491513c2ddd (diff) | |
download | meta-openembedded-c0ff097fae3c7ad35a7cbdf4170363875316271c.tar.gz |
tcpreplay: upgrade to 4.1.2
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.2.bb (renamed from meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.1.bb b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.2.bb index 389d61b58..6ee9d7357 100644 --- a/meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.1.bb +++ b/meta-networking/recipes-support/tcpreplay/tcpreplay_4.1.2.bb | |||
@@ -6,10 +6,10 @@ SECTION = "net" | |||
6 | LICENSE = "GPLv3" | 6 | LICENSE = "GPLv3" |
7 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=890b830b22fd632e9ffd996df20338f8" | 7 | LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=890b830b22fd632e9ffd996df20338f8" |
8 | 8 | ||
9 | SRC_URI = "http://prdownloads.sourceforge.net/tcpreplay/${PV}/tcpreplay-${PV}.tar.gz \ | 9 | SRC_URI = "http://prdownloads.sourceforge.net/tcpreplay/${PV}/tcpreplay-${PV}.tar.gz" |
10 | " | 10 | |
11 | SRC_URI[md5sum] = "80394c33fe697b53b69eac9bb0968ae9" | 11 | SRC_URI[md5sum] = "3105b10b07dbc0b07ce2da07a2368359" |
12 | SRC_URI[sha256sum] = "61b916ef91049cad2a9ddc8de6f5e3e3cc5d9998dbb644dc91cf3a798497ffe4" | 12 | SRC_URI[sha256sum] = "da483347e83a9b5df0e0dbb0f822a2d37236e79dda35f4bc4e6684fa827f25ea" |
13 | 13 | ||
14 | DEPENDS = "libpcap" | 14 | DEPENDS = "libpcap" |
15 | 15 | ||