Message ID | 20250513124526.4072552-1-luca.fancellu@arm.com |
---|---|
State | New |
Headers | show |
Series | [meta-python] python3-rich: Add native and nativesdk target to the build | expand |
Hi Luca, Wrong list: please send meta-openembedded patches to openembedded-devel@lists.openembedded.org <mailto:openembedded-devel@lists.openembedded.org>. Thanks, Ross > On 13 May 2025, at 13:45, luca fancellu via lists.openembedded.org <luca.fancellu=arm.com@lists.openembedded.org> wrote: > > Add the native and nativesdk target to the recipe. > > Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> > --- > meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb > index 95c0fd8a7546..8a4d6b843e7a 100644 > --- a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb > +++ b/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb > @@ -17,3 +17,5 @@ RDEPENDS:${PN} = "python3-html \ > python3-pygments \ > python3-unixadmin \ > " > + > +BBCLASSEXTEND = "native nativesdk" > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#216419): https://lists.openembedded.org/g/openembedded-core/message/216419 > Mute This Topic: https://lists.openembedded.org/mt/113088799/6875888 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ross.burton@arm.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb b/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb index 95c0fd8a7546..8a4d6b843e7a 100644 --- a/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb +++ b/meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb @@ -17,3 +17,5 @@ RDEPENDS:${PN} = "python3-html \ python3-pygments \ python3-unixadmin \ " + +BBCLASSEXTEND = "native nativesdk"
Add the native and nativesdk target to the recipe. Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> --- meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb | 2 ++ 1 file changed, 2 insertions(+)