| Message ID | 20251116225013.2063395-1-t.f.g.geelen@gmail.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [meta-python,1/2] python3-orjson: 3.10.17 -> 3.11.3 | expand |
this fails to build on riscv64 - https://gist.github.com/kraj/8d818b0bb2ec93afc4abf5b1ed06a7df On Sun, Nov 16, 2025 at 2:50 PM Tom Geelen via lists.openembedded.org <t.f.g.geelen=gmail.com@lists.openembedded.org> wrote: > Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> > --- > .../{python3-orjson_3.10.17.bb => python3-orjson_3.11.3.bb} | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename meta-python/recipes-devtools/python/{python3-orjson_3.10.17.bb => > python3-orjson_3.11.3.bb} (84%) > > diff --git a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb > b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb > similarity index 84% > rename from meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb > rename to meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb > index 7db76c9415..7fdd0fef9b 100644 > --- a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb > +++ b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb > @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/orjson/" > LICENSE = "MIT" > LIC_FILES_CHKSUM = > "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d" > > -SRC_URI[sha256sum] = > "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b" > +SRC_URI[sha256sum] = > "1c0603b1d2ffcd43a411d64797a19556ef76958aef1c182f22dc30860152a98a" > > require ${BPN}-crates.inc > > -- > 2.43.0 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#121749): > https://lists.openembedded.org/g/openembedded-devel/message/121749 > Mute This Topic: https://lists.openembedded.org/mt/116329171/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
On 2025-11-18 12:24, Khem Raj via lists.openembedded.org wrote: > this fails to build on riscv64 - > https://gist.github.com/kraj/8d818b0bb2ec93afc4abf5b1ed06a7df Seems like it's trying to pull in x86-64 extensions. That maturin call should be able to accept '--target riscv64-unknown-linux-gnu'... Would be interesting to see if that helps. > > On Sun, Nov 16, 2025 at 2:50 PM Tom Geelen via lists.openembedded.org > <http://lists.openembedded.org> > <t.f.g.geelen=gmail.com@lists.openembedded.org> wrote: > > Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> > --- > .../{python3-orjson_3.10.17.bb <http://python3-orjson_3.10.17.bb> > => python3-orjson_3.11.3.bb <http://python3-orjson_3.11.3.bb>} > | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename > meta-python/recipes-devtools/python/{python3-orjson_3.10.17.bb > <http://python3-orjson_3.10.17.bb> => python3-orjson_3.11.3.bb > <http://python3-orjson_3.11.3.bb>} (84%) > > diff --git > a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb > <http://python3-orjson_3.10.17.bb> > b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb > <http://python3-orjson_3.11.3.bb> > similarity index 84% > rename from > meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb > <http://python3-orjson_3.10.17.bb> > rename to > meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb > <http://python3-orjson_3.11.3.bb> > index 7db76c9415..7fdd0fef9b 100644 > --- > a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb > <http://python3-orjson_3.10.17.bb> > +++ b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb > <http://python3-orjson_3.11.3.bb> > @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/orjson/" > LICENSE = "MIT" > LIC_FILES_CHKSUM = > "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d" > > -SRC_URI[sha256sum] = > "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b" > +SRC_URI[sha256sum] = > "1c0603b1d2ffcd43a411d64797a19556ef76958aef1c182f22dc30860152a98a" > > require ${BPN}-crates.inc > > -- > 2.43.0 > > > > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#121864): https://lists.openembedded.org/g/openembedded-devel/message/121864 > Mute This Topic: https://lists.openembedded.org/mt/116329171/7611679 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [tgamblin@baylibre.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb similarity index 84% rename from meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb rename to meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb index 7db76c9415..7fdd0fef9b 100644 --- a/meta-python/recipes-devtools/python/python3-orjson_3.10.17.bb +++ b/meta-python/recipes-devtools/python/python3-orjson_3.11.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/orjson/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=b377b220f43d747efdec40d69fcaa69d" -SRC_URI[sha256sum] = "28eeae6a15243966962b658dfcf7bae9e7bb1f3260dfcf0370dbd41f5ff6058b" +SRC_URI[sha256sum] = "1c0603b1d2ffcd43a411d64797a19556ef76958aef1c182f22dc30860152a98a" require ${BPN}-crates.inc
Signed-off-by: Tom Geelen <t.f.g.geelen@gmail.com> --- .../{python3-orjson_3.10.17.bb => python3-orjson_3.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-orjson_3.10.17.bb => python3-orjson_3.11.3.bb} (84%)