diff options
author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-08-17 19:40:51 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-08-18 07:50:00 -0700 |
commit | e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 (patch) | |
tree | 8d3e4706efb2edb7a66f4240b8b0d0f852cebc82 /meta-python | |
parent | 7ceeb8b8d7ed0ce0d462d6b9c4818fa3ce973291 (diff) | |
download | meta-openembedded-e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0.tar.gz |
python3-breathe: fixed location + added nativesdk
* moved the recipe from meta-python/recipes/devtool to meta-python/recipes-devtools/python3-breathe
What seems to be a more common location
* added nativesdk to BBCLASSEXTEND
Signed-off-by: Jan Vermaete <jan.vermaete@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb (renamed from meta-python/recipes/devtool/python3-breathe_4.36.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb index fe3d1eeb91..a31bc4c849 100644 --- a/meta-python/recipes/devtool/python3-breathe_4.36.0.bb +++ b/meta-python/recipes-devtools/python3-breathe/python3-breathe_4.36.0.bb | |||
@@ -12,4 +12,4 @@ RDEPENDS:${PN} = "python3-sphinx" | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "breathe" | 13 | PYPI_PACKAGE = "breathe" |
14 | 14 | ||
15 | BBCLASSEXTEND =+ "native" | 15 | BBCLASSEXTEND =+ "native nativesdk" |