diff mbox series

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

Message ID 20240411192456.2974073-1-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-tornado_6.4.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tim Orling April 11, 2024, 11:36 p.m. UTC | #1
Please indicate you personally built both conditions all dependencies were
met. I am fairly certain this was dropped because we had a conflict.

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-tornado_6.4.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> index e3d0209e1..08c8672eb 100644
> --- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
> @@ -37,3 +37,5 @@ PACKAGES =+ "\
>  FILES:${PN}-test = " \
>      ${libdir}/${PYTHON_DIR}/site-packages/*/test \
>  "
> +
> +BBCLASSEXTEND  += "native nativesdk"
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#109924):
> https://lists.openembedded.org/g/openembedded-devel/message/109924
> Mute This Topic: https://lists.openembedded.org/mt/105470003/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
index e3d0209e1..08c8672eb 100644
--- a/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
+++ b/meta-python/recipes-devtools/python/python3-tornado_6.4.bb
@@ -37,3 +37,5 @@  PACKAGES =+ "\
 FILES:${PN}-test = " \
     ${libdir}/${PYTHON_DIR}/site-packages/*/test \
 "
+
+BBCLASSEXTEND  += "native nativesdk"