mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
committed by
Joe MacDonald
parent
346cc53ea3
commit
bcf5f50f2e
@@ -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"
|
||||
|
||||
SRC_URI[md5sum] = "c1610ab2238965363b811e5188750fb1"
|
||||
SRC_URI[sha256sum] = "c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab"
|
||||
|
||||
Reference in New Issue
Block a user