diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb b/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb index 6de2f17459..1cb33edf30 100644 --- a/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-py-cpuinfo_8.0.0.bb | |||
| @@ -16,6 +16,7 @@ SRC_URI += "file://run-ptest \ | |||
| 16 | do_install_ptest() { | 16 | do_install_ptest() { |
| 17 | install -d ${D}${PTEST_PATH}/tests | 17 | install -d ${D}${PTEST_PATH}/tests |
| 18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 18 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
| 19 | cp -rf ${D}${PYTHON_SITEPACKAGES_DIR}/cpuinfo ${D}${PTEST_PATH}/ | ||
| 19 | } | 20 | } |
| 20 | 21 | ||
| 21 | RDEPENDS:${PN}-ptest += "\ | 22 | RDEPENDS:${PN}-ptest += "\ |
