diff mbox series

[meta-python,2/2] python3-pycurl: extend for native and nativesdk

Message ID 20240411192456.2974073-2-geoffrey.parker@arthrex.com
State Accepted
Headers show
Series [meta-python,1/2] python3-tornado: extend for native and nativesdk | expand

Commit Message

Geoff Parker April 11, 2024, 7:24 p.m. UTC
From: Geoff Parker <geoffrey.parker@arthrex.com>

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
---
 meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tim Orling April 11, 2024, 11:38 p.m. UTC | #1
Same as the other in the series. We need confirmation that you have
personally built both conditions and all dependencies were met.

I apologize for being pedantic, but we must have traceability to these
changes.

On Thu, Apr 11, 2024 at 12:33 PM Geoff Parker <geoffhp@gmail.com> wrote:

> From: Geoff Parker <geoffrey.parker@arthrex.com>
>
> Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
> ---
>  meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> index fb2a41d26..a6863e21f 100644
> --- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> @@ -17,3 +17,5 @@ SRC_URI[sha256sum] =
> "5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d2
>  DEPENDS = "curl"
>
>  inherit pypi setuptools3
> +
> +BBCLASSEXTEND  += "native nativesdk"
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109925):
> https://lists.openembedded.org/g/openembedded-devel/message/109925
> Mute This Topic: https://lists.openembedded.org/mt/105470005/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
Tim Orling April 12, 2024, 12:11 a.m. UTC | #2
I think your comments in this thread are sufficient, or khem can add them
to the commit messages manually before merging. I leave that up to khem,
since I don't actually do the merge staging.

But thank you for confirming. We've had some churn in this area very
recently and need to make sure things are under control. In scarthgap and
beyond we are all counting on meta-openembedded being (nearly) a first tier
provider.

On Thu, Apr 11, 2024 at 5:05 PM Geoff Parker <geoffrey.parker@arthrex.com>
wrote:

> Hi Tim,
>
> I have built both the nativesdk-python3-pycurl and python3-pycurl-native
> variants, and also nativesdk-python3-tornado and python3-tornado-native
> packages successfully.  Should I  resubmit this patch series with amended
>  commit messages?
>
>
>
> *From:* Tim Orling <ticotimo@gmail.com>
> *Sent:* Thursday, April 11, 2024 4:39 PM
> *To:* Geoff Parker <geoffhp@gmail.com>
> *Cc:* Geoff Parker <geoffrey.parker@arthrex.com>;
> openembedded-devel@lists.openembedded.org
> *Subject:* Re: [oe] [meta-python][PATCH 2/2] python3-pycurl: extend for
> native and nativesdk
>
>
>
> Same as the other in the series. We need confirmation that you have
> personally built both conditions and all dependencies were met.
>
>
>
> I apologize for being pedantic, but we must have traceability to these
> changes.
>
>
>
> On Thu, Apr 11, 2024 at 12:33 PM Geoff Parker <geoffhp@gmail.com> wrote:
>
> From: Geoff Parker <geoffrey.parker@arthrex.com>
>
> Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
> ---
>  meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> <https://urldefense.com/v3/__http:/python3-pycurl_7.45.2.bb__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEkVFhOUc$>
> | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> <https://urldefense.com/v3/__http:/python3-pycurl_7.45.2.bb__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEkVFhOUc$>
> b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> <https://urldefense.com/v3/__http:/python3-pycurl_7.45.2.bb__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEkVFhOUc$>
> index fb2a41d26..a6863e21f 100644
> --- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> <https://urldefense.com/v3/__http:/python3-pycurl_7.45.2.bb__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEkVFhOUc$>
> +++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
> <https://urldefense.com/v3/__http:/python3-pycurl_7.45.2.bb__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEkVFhOUc$>
> @@ -17,3 +17,5 @@ SRC_URI[sha256sum] =
> "5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d2
>  DEPENDS = "curl"
>
>  inherit pypi setuptools3
> +
> +BBCLASSEXTEND  += "native nativesdk"
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109925):
> https://lists.openembedded.org/g/openembedded-devel/message/109925
> <https://urldefense.com/v3/__https:/lists.openembedded.org/g/openembedded-devel/message/109925__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEUh_1Fx4$>
> Mute This Topic: https://lists.openembedded.org/mt/105470005/924729
> <https://urldefense.com/v3/__https:/lists.openembedded.org/mt/105470005/924729__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEcwWxCGU$>
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
> <https://urldefense.com/v3/__https:/lists.openembedded.org/g/openembedded-devel/unsub__;!!P192cPdC!jeSnczE12LlRo8pRl3C5KjsZd5ocJICxS1ZlJYre9kHauOhS1zcCHp8d4Z14yBqaGgUyim7M7r7AI7JEuz_aTBw$>
> [ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
> This e-mail and any files transmitted with it are the property of Arthrex,
> Inc. and/or its affiliates, are confidential, and are intended solely for
> the use of the individual or entity to whom this e-mail is addressed. If
> you are not one of the named recipient(s) or otherwise have reason to
> believe that you have received this message in error, please notify the
> sender at 239-643-5553 and delete this message immediately from your
> computer. Any other use, retention, dissemination forwarding, printing or
> copying of this e-mail is strictly prohibited. Please note that any views
> or opinions presented in this email are solely those of the author and do
> not necessarily represent those of the company. Finally, while Arthrex uses
> virus protection, the recipient should check this email and any attachments
> for the presence of viruses. The company accepts no liability for any
> damage caused by any virus transmitted by this email.
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
index fb2a41d26..a6863e21f 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.45.2.bb
@@ -17,3 +17,5 @@  SRC_URI[sha256sum] = "5730590be0271364a5bddd9e245c9cc0fb710c4cbacbdd95264a3122d2
 DEPENDS = "curl"
 
 inherit pypi setuptools3
+
+BBCLASSEXTEND  += "native nativesdk"