Message ID | 20221105095953.924-1-cp0613@linux.alibaba.com |
---|---|
State | New |
Headers | show |
Series | [meta-python] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb | expand |
The signed off by should be a name of a person, not a username. “ The sign-off is a simple line at the end of the explanation for the patch, which certifies that you wrote it or otherwise have the right to pass it on as an open-source patch.” See: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines On Sat, Nov 5, 2022 at 3:00 AM cp0613 <cp0613@linux.alibaba.com> wrote: > From: cp0613 <cp0613@linux.alibaba.com> > > Signed-off-by: cp0613 <cp0613@linux.alibaba.com> > --- > .../python/python3-brotli_1.0.9.bb | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 meta-python/recipes-devtools/python/ > python3-brotli_1.0.9.bb > > diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb > b/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb > new file mode 100644 > index 000000000..5dfac5823 > --- /dev/null > +++ b/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb > @@ -0,0 +1,18 @@ > +SUMMARY = "Brotli compression format" > +HOMEPAGE = "https://pypi.org/project/Brotli/" > +SECTION = "devel/python" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" > + > +PYPI_PACKAGE = "Brotli" > +PYPI_PACKAGE_EXT = "zip" > + > +SRC_URI[sha256sum] = > "4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438" > + > +inherit pypi setuptools3 > + > +RDEPENDS:${PN} = "\ > + ${PYTHON_PN}-cffi \ > +" > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.25.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#99431): > https://lists.openembedded.org/g/openembedded-devel/message/99431 > Mute This Topic: https://lists.openembedded.org/mt/94823730/924729 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > ticotimo@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
Thanks for reminding me, I'll change it.
diff --git a/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb b/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb new file mode 100644 index 000000000..5dfac5823 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb @@ -0,0 +1,18 @@ +SUMMARY = "Brotli compression format" +HOMEPAGE = "https://pypi.org/project/Brotli/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=941ee9cd1609382f946352712a319b4b" + +PYPI_PACKAGE = "Brotli" +PYPI_PACKAGE_EXT = "zip" + +SRC_URI[sha256sum] = "4d1b810aa0ed773f81dceda2cc7b403d01057458730e309856356d4ef4188438" + +inherit pypi setuptools3 + +RDEPENDS:${PN} = "\ + ${PYTHON_PN}-cffi \ +" + +BBCLASSEXTEND = "native nativesdk"