From: Ruslan Bilovol <rbilo...@cisco.com>

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 <rbilo...@cisco.com>
---
 meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 eee9f30..70d7c3f 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"
 
-- 
1.9.1

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to