summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-29 10:36:50 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-29 21:09:39 -0800
commit469b1a52f41431b41cd9552cea44c8e7c4497bd0 (patch)
tree52117823cdaed959409753f1bb6aa4986e20f5fc /meta-networking/recipes-support/wireshark
parentb055d708ae2a1a0c7d7d35e03886ef1629a504ae (diff)
downloadmeta-openembedded-469b1a52f41431b41cd9552cea44c8e7c4497bd0.tar.gz
wireshark: Inherit python3targetconfig
It uses python3-config during build to grok the python specific includedirs, therefore its important to ensure that target specific python3-config is used, otherwise currently it defaults to native python3-config which ends up adding native python3 include paths which might work out ok but is exposed when target is 32bit + lfs enabled, the headers don't match between native and target python 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.4.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb b/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb
index 37faa68be..693a16793 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb
@@ -24,7 +24,7 @@ SRC_URI[sha256sum] = "881a13303e263b7dc7fe337534c8a541d4914552287879bed30bbe76c5
24 24
25PE = "1" 25PE = "1"
26 26
27inherit cmake pkgconfig python3native perlnative upstream-version-is-even mime mime-xdg 27inherit cmake pkgconfig python3native python3targetconfig perlnative upstream-version-is-even mime mime-xdg
28 28
29PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc" 29PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
30 30