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.k...@gmail.com>
---
 meta-networking/recipes-support/wireshark/wireshark_3.4.12.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 37faa68bea..693a167938 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
 
 PE = "1"
 
-inherit cmake pkgconfig python3native perlnative upstream-version-is-even mime 
mime-xdg
+inherit cmake pkgconfig python3native python3targetconfig perlnative 
upstream-version-is-even mime mime-xdg
 
 PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
 
-- 
2.39.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#100847): 
https://lists.openembedded.org/g/openembedded-devel/message/100847
Mute This Topic: https://lists.openembedded.org/mt/96622204/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to