* [OE-core] [PATCH v2] python3-pycparser: upgrade 2.23 -> 3.0
@ 2026-01-28 3:05 Wang Mingyu
2026-01-29 11:09 ` Mathieu Dubois-Briand
0 siblings, 1 reply; 3+ messages in thread
From: Wang Mingyu @ 2026-01-28 3:05 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-pycparser_2.23.bb => python3-pycparser_3.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/python/{python3-pycparser_2.23.bb => python3-pycparser_3.0.bb} (74%)
diff --git a/meta/recipes-devtools/python/python3-pycparser_2.23.bb b/meta/recipes-devtools/python/python3-pycparser_3.0.bb
similarity index 74%
rename from meta/recipes-devtools/python/python3-pycparser_2.23.bb
rename to meta/recipes-devtools/python/python3-pycparser_3.0.bb
index a33a6553b4..c17be9b2d4 100644
--- a/meta/recipes-devtools/python/python3-pycparser_2.23.bb
+++ b/meta/recipes-devtools/python/python3-pycparser_3.0.bb
@@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/eliben/pycparser"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9761c3ffee7ba99c60dca0408fd3262b"
-SRC_URI[sha256sum] = "78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2"
+SRC_URI[sha256sum] = "600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29"
-inherit pypi setuptools3
+inherit pypi python_setuptools_build_meta
BBCLASSEXTEND = "native nativesdk"
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [OE-core] [PATCH v2] python3-pycparser: upgrade 2.23 -> 3.0
2026-01-28 3:05 [OE-core] [PATCH v2] python3-pycparser: upgrade 2.23 -> 3.0 Wang Mingyu
@ 2026-01-29 11:09 ` Mathieu Dubois-Briand
2026-02-06 2:10 ` Mingyu Wang (Fujitsu)
0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Dubois-Briand @ 2026-01-29 11:09 UTC (permalink / raw)
To: wangmy, openembedded-core
On Wed Jan 28, 2026 at 4:05 AM CET, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
Hi Wang,
Thanks for the v2, it got better. Yet we have some ptest issues:
Failed ptests:
{'python3-cffi': ['testing/cffi0/test_parsing.py:test_dont_remove_comment_in_line_directives',
'testing/cffi0/test_parsing.py:test_multiple_line_directives',
'testing/cffi0/test_parsing.py:test_commented_line_directive',
'testing/cffi0/test_parsing.py:test_unknown_name']}
https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/3001
Can you have a look at these?
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [OE-core] [PATCH v2] python3-pycparser: upgrade 2.23 -> 3.0
2026-01-29 11:09 ` Mathieu Dubois-Briand
@ 2026-02-06 2:10 ` Mingyu Wang (Fujitsu)
0 siblings, 0 replies; 3+ messages in thread
From: Mingyu Wang (Fujitsu) @ 2026-02-06 2:10 UTC (permalink / raw)
To: Mathieu Dubois-Briand, openembedded-core@lists.openembedded.org
I have summited a patch of python3-cffi to fix this ptest error.
--
Best Regards
---------------------------------------------------
Wang Mingyu
FUJITSU NANJING SOFTWARE TECHNOLOGY CO., LTD. (FNST)
No.6 Wenzhu Road, Nanjing, 210012, China
TEL:+86+25-86630566--8568
COINS: 79988548
FAX: +86+25-83317685
MAIL: wangmy@fujitsu.com
> -----Original Message-----
> From: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
> Sent: Thursday, January 29, 2026 7:09 PM
> To: Wang, Mingyu/王 鸣瑜 <wangmy@fujitsu.com>;
> openembedded-core@lists.openembedded.org
> Subject: Re: [OE-core] [PATCH v2] python3-pycparser: upgrade 2.23 -> 3.0
>
> On Wed Jan 28, 2026 at 4:05 AM CET, wangmy via lists.openembedded.org
> wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > ---
>
> Hi Wang,
>
> Thanks for the v2, it got better. Yet we have some ptest issues:
>
> Failed ptests:
> {'python3-cffi':
> ['testing/cffi0/test_parsing.py:test_dont_remove_comment_in_line_directives',
>
> 'testing/cffi0/test_parsing.py:test_multiple_line_directives',
>
> 'testing/cffi0/test_parsing.py:test_commented_line_directive',
> 'testing/cffi0/test_parsing.py:test_unknown_name']}
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/73/builds/3001
>
> Can you have a look at these?
>
> Thanks,
> Mathieu
>
> --
> Mathieu Dubois-Briand, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-06 2:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-28 3:05 [OE-core] [PATCH v2] python3-pycparser: upgrade 2.23 -> 3.0 Wang Mingyu
2026-01-29 11:09 ` Mathieu Dubois-Briand
2026-02-06 2:10 ` Mingyu Wang (Fujitsu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox