mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
wireshark: update SRC_URI link to sources
Wireshark official site keeps in /src only latest versions of sources, moving them to /src/all-versions after some time. Update the SRC_URI string so wireshark can be built even after few month after release. Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
f53801a361
commit
a09eaa42a4
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
|
||||
|
||||
DEPENDS = "perl-native pcre expat glib-2.0 sbc"
|
||||
|
||||
SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2"
|
||||
SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
|
||||
|
||||
PE = "1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user