[oe-commits] [meta-openembedded] 01/01: wireshark: remove restriction to ARM ISA

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 19:07:01 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit a61ef2c75f1b731179aacf0c98c523d5a92052c2
Author: S. Lockwood-Childs <sjl at vctlabs.com>
AuthorDate: Wed Sep 18 18:45:47 2019 -0700

    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 at gmail.com>
---
 meta-networking/recipes-support/wireshark/wireshark_3.0.3.bb | 2 --
 1 file changed, 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 efcd5e4..6de188d 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"
 
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list