diff mbox series

[meta-python] python3-platformdirs: add nativesdk to BBCLASSEXTEND

Message ID 20230604194016.4113354-1-geoffrey.parker@arthrex.com
State Under Review
Headers show
Series [meta-python] python3-platformdirs: add nativesdk to BBCLASSEXTEND | expand

Commit Message

Geoff Parker June 4, 2023, 7:40 p.m. UTC
From: Geoff Parker <geoffrey.parker@arthrex.com>

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
---
 .../recipes-devtools/python/python3-platformdirs_3.5.1.bb       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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() {
         cp -rf ${S}/tests ${D}${PTEST_PATH}/
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"