diff mbox series

[meta-python] python3-appdirs: add native and nativesdk to BBCLASSEXTEND

Message ID 20230417113038.22358-1-ari.parkkila@qt.io
State Under Review
Headers show
Series [meta-python] python3-appdirs: add native and nativesdk to BBCLASSEXTEND | expand

Commit Message

ari.parkkila.git@gmail.com April 17, 2023, 11:30 a.m. UTC
From: Ari Parkkila <ari.parkkila@qt.io>

Signed-off-by: Ari Parkkila <ari.parkkila@qt.io>
---
 meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
index 977999bfe..95d1ac05a 100644
--- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
@@ -19,3 +19,5 @@  do_install_ptest() {
 	install -d ${D}${PTEST_PATH}/test
 	cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
 }
+
+BBCLASSEXTEND = "native nativesdk"