[oe-commits] [meta-openembedded] 02/15: wireshark: update SRC_URI link to sources

git at git.openembedded.org git at git.openembedded.org
Tue Mar 1 13:48:38 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit bcf5f50f2ea9609b19b21d960872c642e088105f
Author: Ruslan Bilovol <rbilovol at cisco.com>
AuthorDate: Wed Nov 11 12:43:10 2015 +0200

    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 at cisco.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb
index 42a1b29..49b5de6 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.0.1.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.1.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"
 
 SRC_URI[md5sum] = "c1610ab2238965363b811e5188750fb1"
 SRC_URI[sha256sum] = "c9bd07dd0d0045d6ca7537390a1afbcdf33716d193ea7d7084ae4f6c30b683ab"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list