From 3bf44122bd7d0c182162d15e4d1bfc5e353e6602 Mon Sep 17 00:00:00 2001 From: Marta Rybczynska Date: Fri, 22 Sep 2023 14:46:13 +0000 Subject: [PATCH] python3-ply: add to nativesdk This will be needed by the new spdx-tools recipe. Signed-off-by: Marta Rybczynska Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-ply_3.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3-ply_3.11.bb b/meta/recipes-devtools/python/python3-ply_3.11.bb index 99c037bb734..4a559e44f85 100644 --- a/meta/recipes-devtools/python/python3-ply_3.11.bb +++ b/meta/recipes-devtools/python/python3-ply_3.11.bb @@ -15,4 +15,4 @@ RDEPENDS:${PN}:class-target += "\ ${PYTHON_PN}-shell \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- 2.47.3