python3-platformdirs: add nativesdk to BBCLASSEXTEND

Signed-off-by: Geoff Parker <geoffrey.parker@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Geoff Parker
2023-06-04 12:40:16 -07:00
committed by Khem Raj
parent 4bdd8014d5
commit 9207558bb2

View File

@@ -32,4 +32,4 @@ do_install_ptest() {
cp -rf ${S}/tests ${D}${PTEST_PATH}/
}
BBCLASSEXTEND = "native"
BBCLASSEXTEND = "native nativesdk"