diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-01-23 20:21:15 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:08 -0800 |
commit | 5f95310566cc22c98cf64d72c2e629e46a34f185 (patch) | |
tree | edf7383b19c4afee156b510923a437fe39f9e6ba /meta-python | |
parent | 0f33416ad038a36fd51dfd87fb775524f60cb754 (diff) | |
download | meta-openembedded-5f95310566cc22c98cf64d72c2e629e46a34f185.tar.gz |
python3-portion: Fix test_doc.py ptest
Add README.md into ptest package
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Derek Straka <derek@asterius.io>
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" |