From 9207558bb2f26eb28d7eebf5e1b66e3cafc3884e Mon Sep 17 00:00:00 2001 From: Geoff Parker Date: Sun, 4 Jun 2023 12:40:16 -0700 Subject: python3-platformdirs: add nativesdk to BBCLASSEXTEND Signed-off-by: Geoff Parker Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb b/meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb index 4fefe565f1..c5c3d9fe6c 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb @@ -32,4 +32,4 @@ do_install_ptest() { cp -rf ${S}/tests ${D}${PTEST_PATH}/ } -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf