Message ID | 20250513182201.4114176-1-luca.fancellu@arm.com |
---|---|
State | Under Review |
Headers | show |
Series | [master,walnascar,meta-python] python3-rich: Add native and nativesdk target to the build | expand |
On 5/13/25 12:22 PM, luca fancellu via lists.openembedded.org wrote: > Add the native and nativesdk target to the recipe. > > Signed-off-by: Luca Fancellu <luca.fancellu@arm.com> This needs to land in master first. - armin > --- > 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" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117400): https://lists.openembedded.org/g/openembedded-devel/message/117400 > Mute This Topic: https://lists.openembedded.org/mt/113095336/3616698 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.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(+)