diff options
author | Geoff Parker <geoffrey.parker@arthrex.com> | 2023-06-04 12:40:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | 9207558bb2f26eb28d7eebf5e1b66e3cafc3884e (patch) | |
tree | 883059bb0eea7736cdd29371f507c8f7b4c541b4 /meta-python/recipes-devtools | |
parent | 4bdd8014d59b7e443d08f82a10b736f052a4411b (diff) | |
download | meta-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>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-platformdirs_3.5.1.bb | 2 |
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 | ||
35 | BBCLASSEXTEND = "native" | 35 | BBCLASSEXTEND = "native nativesdk" |