From 496b290dc9a7845297fa768fae1d6b94d4bbc6a7 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Sun, 17 Aug 2025 19:40:52 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../python3-exhale}/python3-exhale_0.3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/{recipes/devtool => recipes-devtools/python3-exhale}/python3-exhale_0.3.7.bb (95%) 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 similarity index 95% rename from meta-python/recipes/devtool/python3-exhale_0.3.7.bb rename to 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} = "\ python3-beautifulsoup4 \ " -BBCLASSEXTEND =+ "native" +BBCLASSEXTEND =+ "native nativesdk"