diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb index 2ed5d91709..efa8854411 100644 --- a/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb +++ b/meta-python/recipes-devtools/python/python3-license-expression_21.6.14.bb | |||
@@ -28,6 +28,8 @@ RDEPENDS:${PN}-ptest += " \ | |||
28 | " | 28 | " |
29 | 29 | ||
30 | do_install_ptest() { | 30 | do_install_ptest() { |
31 | install -d ${D}${PTEST_PATH}/tests | 31 | install -d ${D}${PTEST_PATH}/tests |
32 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 32 | install -d ${D}${PTEST_PATH}/src |
33 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | ||
34 | cp -rf ${S}/src/* ${D}${PTEST_PATH}/src/ | ||
33 | } | 35 | } |