diff options
| author | Jan Vermaete <jan.vermaete@gmail.com> | 2025-08-17 19:40:52 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-08-18 07:50:00 -0700 |
| commit | 496b290dc9a7845297fa768fae1d6b94d4bbc6a7 (patch) | |
| tree | 90860f1aff329443ff242527fb1b3b28606edaac /meta-python | |
| parent | e1e5d2155f354eb6c534cd7f895bc7c07f29b1c0 (diff) | |
| download | meta-openembedded-496b290dc9a7845297fa768fae1d6b94d4bbc6a7.tar.gz | |
python3-exhale: fixed location + added nativesdk
* moved the recipe from meta-python/recipes/devtool to meta-python/recipes-devtools/python3-exhale
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-exhale/python3-exhale_0.3.7.bb (renamed from meta-python/recipes/devtool/python3-exhale_0.3.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb index 0e80df9cc1..e0e30763d4 100644 --- a/meta-python/recipes/devtool/python3-exhale_0.3.7.bb +++ b/meta-python/recipes-devtools/python3-exhale/python3-exhale_0.3.7.bb | |||
| @@ -17,4 +17,4 @@ RDEPENDS:${PN} = "\ | |||
| 17 | python3-beautifulsoup4 \ | 17 | python3-beautifulsoup4 \ |
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | BBCLASSEXTEND =+ "native" | 20 | BBCLASSEXTEND =+ "native nativesdk" |
