summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Parker <geoffrey.parker@arthrex.com>2023-06-04 12:40:16 -0700
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commit9207558bb2f26eb28d7eebf5e1b66e3cafc3884e (patch)
tree883059bb0eea7736cdd29371f507c8f7b4c541b4
parent4bdd8014d59b7e443d08f82a10b736f052a4411b (diff)
downloadmeta-openembedded-9207558bb2f26eb28d7eebf5e1b66e3cafc3884e.tar.gz
python3-platformdirs: add nativesdk to BBCLASSEXTEND
Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb2
1 files changed, 1 insertions, 1 deletions
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 4fefe565f..c5c3d9fe6 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() {
32 cp -rf ${S}/tests ${D}${PTEST_PATH}/ 32 cp -rf ${S}/tests ${D}${PTEST_PATH}/
33} 33}
34 34
35BBCLASSEXTEND = "native" 35BBCLASSEXTEND = "native nativesdk"