summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-01-23 20:21:15 -0800
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:20:08 -0800
commit5f95310566cc22c98cf64d72c2e629e46a34f185 (patch)
treeedf7383b19c4afee156b510923a437fe39f9e6ba /meta-python
parent0f33416ad038a36fd51dfd87fb775524f60cb754 (diff)
downloadmeta-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.bb4
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
16do_install_ptest:append () { 16do_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
21BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"