From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B5DAC4321E for ; Wed, 30 Nov 2022 07:28:12 +0000 (UTC) Subject: Re: [meta-python][PATCH 1/2] python3-binwalk: add recipe for version 2.3.3 To: openembedded-devel@lists.openembedded.org From: "tomzy" X-Originating-Location: Warsaw, Mazovia, PL (84.10.27.202) X-Originating-Platform: Linux Firefox 107 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Tue, 29 Nov 2022 23:28:09 -0800 References: In-Reply-To: Message-ID: <8531.1669793289706780131@lists.openembedded.org> Content-Type: multipart/alternative; boundary="JiN4NsufTeBA2GetsJi4" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Wed, 30 Nov 2022 07:28:12 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99868 --JiN4NsufTeBA2GetsJi4 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable >=20 > On Fri, Nov 25, 2022 at 3:44 AM tomzy < tomasz.zyjewski@... > wrote: >=20 >=20 > Install binwalk utility >=20 > Signed-off-by: Tomasz =C5=BByjewski < tomasz.zyjewski@... > > --- > .../python/ python3-binwalk_2.3.3.bb ( http://python3-binwalk_2.3.3.bb ) = | > 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/ python3-binwalk_2= .3.3.bb > ( http://python3-binwalk_2.3.3.bb ) >=20 > diff --git a/meta-python/recipes-devtools/python/ python3-binwalk_2.3.3.b= b > ( http://python3-binwalk_2.3.3.bb ) b/meta-python/recipes-devtools/python= / > python3-binwalk_2.3.3.bb ( http://python3-binwalk_2.3.3.bb ) > new file mode 100644 > index 000000000000..362efa275148 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/ python3-binwalk_2.3.3.bb ( > http://python3-binwalk_2.3.3.bb ) > @@ -0,0 +1,17 @@ > +SUMMARY =3D "Firmware analysis tool" > +DESCRIPTION =3D "This package contains Python Binwalk tool. Binwalk is a > fast, \ > +easy to use tool for analyzing, reverse engineering, and extracting > firmware \ > +images." > +HOMEPAGE =3D " https://github.com/ReFirmLabs/binwalk " > +LICENSE =3D "MIT" > +LIC_FILES_CHKSUM =3D "file://LICENSE;md5=3D65bbee055d3ea3bfc475f07aecf4d= e64" > + > +SRC_URI =3D "git:// github.com/ReFirmLabs/binwalk;protocol=3Dhttps;branc= h=3Dmaster > ( http://github.com/ReFirmLabs/binwalk;protocol=3Dhttps;branch=3Dmaster )= " > + >=20 >=20 > Thank you for fetching the git repo which is much newer (and with better > security apparently) than the pypi version. >=20 I will do the same with the python3-uefi-firmware recipe >=20 >=20 >=20 > +SRCREV =3D "fa0c0bd59b8588814756942fe4cb5452e76c1dcd" + +S =3D > "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS:${PN} +=3D > "python3-core" -- 2.25.1 --JiN4NsufTeBA2GetsJi4 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
On Fri, Nov 25, 2022 at 3:44 AM tomzy= <tomasz.zyjewski@...> wrote:
Install binwalk utility

Signed= -off-by: Tomasz =C5=BByjewski <tomasz.zyjewski@...>
= ---
 .../python/python3-binwalk_2.3.3.bb  &= nbsp;          | 17 +++++++++++++++++
 1= file changed, 17 insertions(+)
 create mode 100644 meta-python/r= ecipes-devtools/python/python3-binwalk_2.3.3.bb
diff --git a/meta-python/recipes-devtools/python/python3-bi= nwalk_2.3.3.bb b/meta-python/recipes-devtools/python/pytho= n3-binwalk_2.3.3.bb
new file mode 100644
index 000000000000..= 362efa275148
--- /dev/null
+++ b/meta-python/recipes-devtools/pyt= hon/python3-binwalk_2.3.3.bb
@@ -0,0 +1,17 @@
+S= UMMARY =3D "Firmware analysis tool"
+DESCRIPTION =3D "This package con= tains Python Binwalk tool. Binwalk is a fast, \
+easy to use tool for = analyzing, reverse engineering, and extracting firmware \
+images."+HOMEPAGE =3D "https://github.com/ReFirmLabs/binwalk= "
+LICENSE =3D "MIT"
+LIC_FILES_CHKSUM =3D "file://LICENSE;md= 5=3D65bbee055d3ea3bfc475f07aecf4de64"
+
+SRC_URI =3D "git://github.com/ReFirmLabs/binwalk= ;protocol=3Dhttps;branch=3Dmaster"
+
 
Thank you for fetching the git repo which is much newer (and with bett= er security apparently) than the pypi version.
I will do the same with the python3-uefi-firmware recipe
 
 
+SRCREV =3D "fa0c0bd59b8588814756942fe4cb5452e76c1dcd" + +S =3D "${WORKDIR}= /git" + +inherit setuptools3 + +RDEPENDS:${PN} +=3D "python3-core" -- 2.25.= 1
--JiN4NsufTeBA2GetsJi4--