wireshark: remove restriction to ARM ISA

The restriction to ARM instruction set came in the original
wireshark recipe, which was 2 major versions ago (and also
a few toolchains ago). Wireshark 3.x seems to be building
fine allowing thumb instructions, at least on cortexa9t2hf.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
S. Lockwood-Childs
2019-09-18 18:45:47 -07:00
committed by Khem Raj
parent 4f29ebd4ea
commit a61ef2c75f
@@ -19,8 +19,6 @@ PE = "1"
inherit cmake pkgconfig python3native perlnative upstream-version-is-even
ARM_INSTRUCTION_SET = "arm"
PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh"