aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuslan Bilovol <rbilovol@cisco.com>2015-11-11 12:43:10 +0200
committerArmin Kuster <akuster808@gmail.com>2016-02-06 16:56:47 -0800
commita09eaa42a431c72bb041343c6cbcfede4b084554 (patch)
treeea5341be6bbd200dbf67f431863317b9df2a859d
parentf53801a361ec1cb75c5df616db6dbd29007781e4 (diff)
downloadmeta-openembedded-contrib-a09eaa42a431c72bb041343c6cbcfede4b084554.tar.gz
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>
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb
index eee9f309f9..70d7c3f777 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb
@@ -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"