From fbb9d270790a7d77926f6a34505399e4f9fc1f51 Mon Sep 17 00:00:00 2001 From: Daniel McGregor Date: Wed, 11 Oct 2023 13:06:50 -0600 Subject: python3-pylint: allow native build We use pylint for some native recipes in our build. Allow pylint to be a native recipe, and likewise allow its runtime dependencies to be native recipes. Signed-off-by: Daniel McGregor Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb index e86a3c7898..59e83e00db 100644 --- a/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb +++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb @@ -27,3 +27,5 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/tests cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ } + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf