diff options
author | S. Lockwood-Childs <sjl@vctlabs.com> | 2019-09-18 18:45:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-19 11:55:25 -0700 |
commit | a61ef2c75f1b731179aacf0c98c523d5a92052c2 (patch) | |
tree | c12228207acee77d6f00d0344906a68f294a0f41 /meta-networking/recipes-support/wireshark | |
parent | 4f29ebd4ea42422002a4487910382f1df51684f7 (diff) | |
download | meta-openembedded-a61ef2c75f1b731179aacf0c98c523d5a92052c2.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-support/wireshark')
-rw-r--r-- | meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb index efcd5e42e..6de188da2 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | |||
@@ -19,8 +19,6 @@ PE = "1" | |||
19 | 19 | ||
20 | inherit cmake pkgconfig python3native perlnative upstream-version-is-even | 20 | inherit cmake pkgconfig python3native perlnative upstream-version-is-even |
21 | 21 | ||
22 | ARM_INSTRUCTION_SET = "arm" | ||
23 | |||
24 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" | 22 | PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" |
25 | 23 | ||
26 | PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh" | 24 | PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh" |