mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
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"
|
||||
|
||||
Reference in New Issue
Block a user