mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 14:12:29 +00:00
python3-license-expression: add ptest artifacts
The python3-license-expression ptest is failing because it requires the contents of the src/ directory from the repo/tarball. Copy this content to the image when installing the ptest so that it has what it needs. Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
parent
8d62db7265
commit
1b358be2b8
@ -29,5 +29,7 @@ RDEPENDS:${PN}-ptest += " \
|
|||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -d ${D}${PTEST_PATH}/tests
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
|
install -d ${D}${PTEST_PATH}/src
|
||||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||||
|
cp -rf ${S}/src/* ${D}${PTEST_PATH}/src/
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user