diff options
| author | Ari Parkkila <ari.parkkila@qt.io> | 2023-04-17 14:30:38 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-17 17:54:25 -0700 |
| commit | 54f5199706872747b21def76136d489a67304af2 (patch) | |
| tree | 729eba5800275316cead093a058c26135caffde5 /meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | |
| parent | 8eb74815c2e6ddebd7f28ff703b4b91f90b468d3 (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 23 | BBCLASSEXTEND = "native nativesdk" | ||
