summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
diff options
context:
space:
mode:
authorAri Parkkila <ari.parkkila@qt.io>2023-04-17 14:30:38 +0300
committerKhem Raj <raj.khem@gmail.com>2023-04-17 17:54:25 -0700
commit54f5199706872747b21def76136d489a67304af2 (patch)
tree729eba5800275316cead093a058c26135caffde5 /meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
parent8eb74815c2e6ddebd7f28ff703b4b91f90b468d3 (diff)
downloadmeta-openembedded-54f5199706872747b21def76136d489a67304af2.tar.gz
python3-appdirs: add native and nativesdk to BBCLASSEXTEND
Signed-off-by: Ari Parkkila <ari.parkkila@qt.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb2
1 files changed, 2 insertions, 0 deletions
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 977999bfe5..95d1ac05ac 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() {
19 install -d ${D}${PTEST_PATH}/test 19 install -d ${D}${PTEST_PATH}/test
20 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ 20 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
21} 21}
22
23BBCLASSEXTEND = "native nativesdk"