diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-04-12 00:26:19 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-16 17:41:30 +0100 |
| commit | e298afae2697bfb6145643c5a1ca97984b135fb3 (patch) | |
| tree | 8dea0e3430d4deb8bd6cf022bbf60710c89dd832 /meta/recipes-devtools/python/python3-maturin_1.8.3.bb | |
| parent | ff32331d4d931b604c385d32cfec7c805c995b19 (diff) | |
| download | poky-e298afae2697bfb6145643c5a1ca97984b135fb3.tar.gz | |
python3-maturin: Backport a libc build fix for riscv32
There is a libc patch needed to fix rustix 0.38.x build
It is already fixed in latest libc upstream, backport it
here
(From OE-Core rev: 7fd3871f21ed9039e0b3b27840109b460b6991ac)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-maturin_1.8.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-maturin_1.8.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-maturin_1.8.3.bb b/meta/recipes-devtools/python/python3-maturin_1.8.3.bb index 17c8fb7083..3ec4d0c103 100644 --- a/meta/recipes-devtools/python/python3-maturin_1.8.3.bb +++ b/meta/recipes-devtools/python/python3-maturin_1.8.3.bb | |||
| @@ -5,6 +5,7 @@ LICENSE = "MIT | Apache-2.0" | |||
| 5 | LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \ | 5 | LIC_FILES_CHKSUM = "file://license-apache;md5=1836efb2eb779966696f473ee8540542 \ |
| 6 | file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797" | 6 | file://license-mit;md5=85fd3b67069cff784d98ebfc7d5c0797" |
| 7 | 7 | ||
| 8 | SRC_URI += "file://0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch;patchdir=${CARGO_VENDORING_DIRECTORY}/libc-0.2.167" | ||
| 8 | SRC_URI[sha256sum] = "304762f86fd53a8031b1bf006d12572a2aa0a5235485031113195cc0152e1e12" | 9 | SRC_URI[sha256sum] = "304762f86fd53a8031b1bf006d12572a2aa0a5235485031113195cc0152e1e12" |
| 9 | 10 | ||
| 10 | S = "${WORKDIR}/maturin-${PV}" | 11 | S = "${WORKDIR}/maturin-${PV}" |
