diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 09:40:08 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 09:51:34 +0300 |
commit | b7489abba46e7134bcfa6464c1e085f3c109df40 (patch) | |
tree | 9011a14a7063bce77f2baf37d90c0a62f7bd870e /packages/wireshark/wireshark_1.0.5.bb | |
parent | 76d26299ee4209c129b1c896df591f72ba4ca38d (diff) |
wireshark_1.0.5: patch for IEEE80215.4 to have 'nofcs' dissector by default
Diffstat (limited to 'packages/wireshark/wireshark_1.0.5.bb')
-rw-r--r-- | packages/wireshark/wireshark_1.0.5.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/wireshark/wireshark_1.0.5.bb b/packages/wireshark/wireshark_1.0.5.bb index 0af858e1b3..aa8e66c2f4 100644 --- a/packages/wireshark/wireshark_1.0.5.bb +++ b/packages/wireshark/wireshark_1.0.5.bb @@ -6,9 +6,11 @@ DEPENDS = "perl-native gnutls libpcap pcre expat glib-2.0 libsmi gtk+" EXTRA_OECONF = "--disable-usrlocal --with-pcap=${STAGING_DIR_HOST}${layout_prefix} \ --with-libsmi=${STAGING_DIR_HOST}${layout_prefix} --enable-tshark --enable-wireshark" -PR = "r4" +PR = "r5" + +SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \ + file://ieee80215.4.patch;patch=1" -SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2" ARM_INSTRUCTION_SET = "arm" PACKAGES += "libwireshark1-dev libwireshark1 libwireshark1-dbg" |