Re: [oe] [meta-oe 2/3] python3-pefile: Add initial support

2023-05-09 Thread Khem Raj
how was this tested ? For new recipes its always good to do a bitbake -ccleanall && bitbake recipe as a sanity check before sending. I am seeing fetch errors like below File: '/mnt/b/yoe/master/downloads/pefile-2023.2.7.tar.gz.tmp' has sha256 checksum '82e6114004b3d6911c77c3953e3838654b04511b8b

[oe] [meta-oe 2/3] python3-pefile: Add initial support

2023-05-08 Thread Jun Nie
To parse and work with Portable Executable (PE) files Signed-off-by: Jun Nie --- .../python/python3-pefile_2023.2.7.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pefile_2023.2.7.bb diff --git a/meta-python/