During compilation, the local Python environment leaks into
the Bitbake build. Adding "inherit python3native" fixes this.

Signed-off-by: Josh Lehan <krel...@google.com>
---
 meta/recipes-graphics/xorg-lib/libxcb_1.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb 
b/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb
index f0a223a19c..40c7b1cc3c 100644
--- a/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb
+++ b/meta/recipes-graphics/xorg-lib/libxcb_1.14.bb
@@ -24,6 +24,7 @@ PACKAGES_DYNAMIC = "^${PN}-.*"
 FILES_${PN} = "${libdir}/libxcb.so.*"
 
 inherit autotools pkgconfig features_check
+inherit python3native
 
 # The libxau and others requires x11 in DISTRO_FEATURES
 REQUIRED_DISTRO_FEATURES = "x11"
-- 
2.31.1.295.g9ea45b61b8-goog

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

  • [OE-core] [PATCH] lib... Josh Lehan via lists.openembedded.org

Reply via email to