diff options
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_2.0.0.bb (renamed from meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb b/meta-networking/recipes-support/wireshark/wireshark_2.0.0.bb index eee9f309f9..7dcc5a726b 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.8.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.0.0.bb | |||
@@ -8,10 +8,10 @@ DEPENDS = "perl-native pcre expat glib-2.0 sbc" | |||
8 | 8 | ||
9 | SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2" | 9 | SRC_URI = "https://2.na.dl.wireshark.org/src/${BP}.tar.bz2" |
10 | 10 | ||
11 | PE = "1" | 11 | SRC_URI[md5sum] = "5909af2a09a9a3023ba61bc62e787ad2" |
12 | SRC_URI[sha256sum] = "90026c761a85701d7783c7e2eaa4c1de247dfbadbd53221df355f121e42691dd" | ||
12 | 13 | ||
13 | SRC_URI[md5sum] = "988a4595a4a87dafb3c4870ea40e89b5" | 14 | PE = "1" |
14 | SRC_URI[sha256sum] = "357e0a4e49525d80cdc740bb16539fcdb526ad38cc2ed6cabedafc9bdee5c7e7" | ||
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||
@@ -55,3 +55,5 @@ do_configure_prepend() { | |||
55 | 55 | ||
56 | ALLOW_EMPTY_${PN} = "1" | 56 | ALLOW_EMPTY_${PN} = "1" |
57 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 57 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
58 | |||
59 | FILES_${PN} += "${datadir}*" | ||