diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-portion_2.6.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb index 8bdbc032cf..2c2e67579e 100644 --- a/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb | |||
@@ -14,8 +14,8 @@ RDEPENDS:${PN} += "\ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | do_install_ptest:append () { | 16 | do_install_ptest:append () { |
17 | # This file tests README.md and deleted as redundant. | 17 | # test_doc.py tests README.md. |
18 | rm -f ${D}/tests/test_doc.py | 18 | install -Dm 0644 ${S}/README.md ${D}${PTEST_PATH}/README.md |
19 | } | 19 | } |
20 | 20 | ||
21 | BBCLASSEXTEND = "native" | 21 | BBCLASSEXTEND = "native" |