summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-06 21:03:40 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-06 21:15:01 -0700
commit63eb38b4301650b57bb9f613797aabe700ce1a72 (patch)
tree5859ea21422bf444022ea6198b947f9a964d15cb /meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
parent62012af133614e2c96af77e1e34448956c8f3dac (diff)
downloadmeta-openembedded-63eb38b4301650b57bb9f613797aabe700ce1a72.tar.gz
python3-greenlet: Fix build on RISCV32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb b/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
index c7a38b9a12..b45edac12d 100644
--- a/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-greenlet_3.1.1.bb
@@ -8,4 +8,6 @@ SRC_URI[sha256sum] = "4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c
8 8
9inherit pypi python_setuptools_build_meta 9inherit pypi python_setuptools_build_meta
10 10
11SRC_URI += "file://0001-slp_switch-Implement-for-RISCV32.patch"
12
11BBCLASSEXTEND = "native nativesdk" 13BBCLASSEXTEND = "native nativesdk"