| Message ID | 20260128030515.1116-1-wangmy@fujitsu.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [v2] python3-pycparser: upgrade 2.23 -> 3.0 | expand |
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
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
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"