mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +00:00
tcpreplay: fix upstream check URL
Fixes: $: devtool check-upgrade-status tcpreplay <...> INFO: tcpreplay 4.3.2 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
2486d37877
commit
3341fc97d6
@@ -11,6 +11,8 @@ SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcprepl
|
||||
SRC_URI[md5sum] = "dfa0d1b3dfd2cd316291a7a20563b649"
|
||||
SRC_URI[sha256sum] = "4f479bd9196cafde70c58ab072ca4959ecc5278555cf1aa7cf42f7f210daa951"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases"
|
||||
|
||||
DEPENDS = "libpcap"
|
||||
|
||||
EXTRA_OECONF += "--with-libpcap=${STAGING_DIR_HOST}/usr"
|
||||
|
||||
Reference in New Issue
Block a user