diff options
author | Luca Fancellu <luca.fancellu@arm.com> | 2025-05-13 19:22:01 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-13 19:38:54 -0700 |
commit | 2c2d8f29596d114401328f3b70e5dc6edd9eb4bd (patch) | |
tree | 18f9d09f0d1d3bb580ffa3f3d6acd6a79be0cd2f /meta-python | |
parent | 45cc4abdc2a5d644d35062ea35fc433fa57411a4 (diff) | |
download | meta-openembedded-2c2d8f29596d114401328f3b70e5dc6edd9eb4bd.tar.gz |
python3-rich: Add native and nativesdk target to the build
Add the native and nativesdk target to the recipe.
Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-extended/python-rich/python3-rich_14.0.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ | |||
17 | python3-pygments \ | 17 | python3-pygments \ |
18 | python3-unixadmin \ | 18 | python3-unixadmin \ |
19 | " | 19 | " |
20 | |||
21 | BBCLASSEXTEND = "native nativesdk" | ||