Message ID | 20250618132937.4119240-2-soumya.sambu@windriver.com |
---|---|
State | New |
Headers | show |
Series | [meta-lts-mixins,kirkstone/rust,1/2] python3-awscrt: fix unsafe include path error during cross-compilation | expand |
diff --git a/dynamic-layers/meta-python/recipes-devtools/python3-grpcio/python3-grpcio_%.bbappend b/dynamic-layers/meta-python/recipes-devtools/python3-grpcio/python3-grpcio_%.bbappend new file mode 100644 index 0000000..bd0b910 --- /dev/null +++ b/dynamic-layers/meta-python/recipes-devtools/python3-grpcio/python3-grpcio_%.bbappend @@ -0,0 +1,3 @@ +do_compile:prepend() { + export SETUPTOOLS_USE_DISTUTILS=stdlib +}