From f1c8e5e7344fc620855b15a51a786525c13b0c64 Mon Sep 17 00:00:00 2001 From: Krupal Ka Patel Date: Mon, 4 Mar 2024 16:35:21 -0800 Subject: [PATCH] python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND This typo resulted in the following error, "ERROR: Nothing RPROVIDES 'nativesdk-python3-aiohappyeyeballs'" Signed-off-by: Krupal Ka Patel Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb index 0ca4834773..edad28e772 100644 --- a/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb +++ b/meta-python/recipes-devtools/python/python3-aiohappyeyeballs_2.3.2.bb @@ -8,5 +8,5 @@ SRC_URI[sha256sum] = "77e15a733090547a1f5369a1287ddfc944bd30df0eb8993f585259c34b inherit pypi python_poetry_core -BBCLASSSEXTEND = "native nativesdk" +BBCLASSEXTEND = "native nativesdk"