From 2c2d8f29596d114401328f3b70e5dc6edd9eb4bd Mon Sep 17 00:00:00 2001 From: Luca Fancellu Date: Tue, 13 May 2025 19:22:01 +0100 Subject: [PATCH] python3-rich: Add native and nativesdk target to the build Add the native and nativesdk target to the recipe. Signed-off-by: Luca Fancellu Signed-off-by: Khem Raj --- 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 95c0fd8a75..8a4d6b843e 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"