From: Marta Rybczynska Date: Fri, 22 Sep 2023 14:46:13 +0000 (+0000) Subject: python3-ply: add to nativesdk X-Git-Tag: yocto-5.2~5030 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3bf44122bd7d0c182162d15e4d1bfc5e353e6602;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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"