summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb
index 8aec230edd..d36c3f3a5d 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.4.bb
@@ -4,7 +4,7 @@ SECTION = "net"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0" 5LIC_FILES_CHKSUM = "file://README.linux;md5=631e077455b7972172eb149195e065b0"
6 6
7DEPENDS = "perl-native pcre expat glib-2.0 sbc" 7DEPENDS = "pcre expat glib-2.0 sbc"
8 8
9SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2" 9SRC_URI = "https://2.na.dl.wireshark.org/src/all-versions/${BP}.tar.bz2"
10 10
@@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "9ea9c82da9942194ebc8fc5c951a02e6d179afa7472cb6d96ca7615451
13 13
14PE = "1" 14PE = "1"
15 15
16inherit autotools pkgconfig 16inherit autotools pkgconfig perlnative
17 17
18ARM_INSTRUCTION_SET = "arm" 18ARM_INSTRUCTION_SET = "arm"
19 19