All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python] [PATCH] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
@ 2022-11-05  9:59 cp0613
  2022-11-06 23:54 ` [oe] " Tim Orling
  0 siblings, 1 reply; 7+ messages in thread
From: cp0613 @ 2022-11-05  9:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: cp0613

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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-python] [PATCH] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
  2022-11-05  9:59 [meta-python] [PATCH] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb cp0613
@ 2022-11-06 23:54 ` Tim Orling
  2022-11-07  1:39   ` cp0613
  2022-11-07  3:04   ` [meta-python] [PATCH V2] " cp0613
  0 siblings, 2 replies; 7+ messages in thread
From: Tim Orling @ 2022-11-06 23:54 UTC (permalink / raw)
  To: cp0613; +Cc: Openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2002 bytes --]

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 4479 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [meta-python] [PATCH] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
  2022-11-06 23:54 ` [oe] " Tim Orling
@ 2022-11-07  1:39   ` cp0613
  2022-11-07  3:04   ` [meta-python] [PATCH V2] " cp0613
  1 sibling, 0 replies; 7+ messages in thread
From: cp0613 @ 2022-11-07  1:39 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 42 bytes --]

Thanks for reminding me, I'll change it.

[-- Attachment #2: Type: text/html, Size: 42 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [meta-python] [PATCH V2] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
  2022-11-06 23:54 ` [oe] " Tim Orling
  2022-11-07  1:39   ` cp0613
@ 2022-11-07  3:04   ` cp0613
  2022-11-07  3:08     ` [oe] " Tim Orling
  1 sibling, 1 reply; 7+ messages in thread
From: cp0613 @ 2022-11-07  3:04 UTC (permalink / raw)
  To: openembedded-devel; +Cc: cp0613

From: cp0613 <cp0613@linux.alibaba.com>

Signed-off-by: Chen Pei <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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-python] [PATCH V2] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
  2022-11-07  3:04   ` [meta-python] [PATCH V2] " cp0613
@ 2022-11-07  3:08     ` Tim Orling
  2022-11-07  3:14       ` cp0613
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Orling @ 2022-11-07  3:08 UTC (permalink / raw)
  To: cp0613; +Cc: Openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1869 bytes --]

On Sun, Nov 6, 2022 at 7:04 PM cp0613 <cp0613@linux.alibaba.com> wrote:

> From: cp0613 <cp0613@linux.alibaba.com>
>

It looks like you need to set ‘git config --global user.name “Chen Pei”’

This makes both the “From:” and “Signed-off-by:” populate properly, at
least in my experience.


> Signed-off-by: Chen Pei <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 (#99437):
> https://lists.openembedded.org/g/openembedded-devel/message/99437
> Mute This Topic: https://lists.openembedded.org/mt/94858817/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 3643 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [meta-python] [PATCH V2] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
  2022-11-07  3:08     ` [oe] " Tim Orling
@ 2022-11-07  3:14       ` cp0613
  2022-11-07  8:50         ` [oe] " Michael Opdenacker
  0 siblings, 1 reply; 7+ messages in thread
From: cp0613 @ 2022-11-07  3:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Chen Pei

From: Chen Pei <cp0613@linux.alibaba.com>

Signed-off-by: Chen Pei <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



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [oe] [meta-python] [PATCH V2] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb
  2022-11-07  3:14       ` cp0613
@ 2022-11-07  8:50         ` Michael Opdenacker
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Opdenacker @ 2022-11-07  8:50 UTC (permalink / raw)
  To: cp0613, openembedded-devel

Hi Chen,

On 11/7/22 04:14, cp0613 wrote:
> From: Chen Pei <cp0613@linux.alibaba.com>
>
> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>


Many thanks. The commit author and signed-off-by information looks fine now.
Thanks for the patch.
Michael.


-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-11-07  8:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-05  9:59 [meta-python] [PATCH] add meta-python/recipes-devtools/python/python3-brotli_1.0.9.bb cp0613
2022-11-06 23:54 ` [oe] " Tim Orling
2022-11-07  1:39   ` cp0613
2022-11-07  3:04   ` [meta-python] [PATCH V2] " cp0613
2022-11-07  3:08     ` [oe] " Tim Orling
2022-11-07  3:14       ` cp0613
2022-11-07  8:50         ` [oe] " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.