mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 16:19:59 +00:00
python3-pydbus: Add bash dependency for ptests
ptest script uses bash Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -20,6 +20,8 @@ RDEPENDS:${PN} = "python3-pygobject \
|
|||||||
python3-io \
|
python3-io \
|
||||||
python3-logging"
|
python3-logging"
|
||||||
|
|
||||||
|
RDEPENDS:${PN}-ptests = "bash"
|
||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
install -d ${D}${PTEST_PATH}/tests
|
install -d ${D}${PTEST_PATH}/tests
|
||||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||||
|
|||||||
Reference in New Issue
Block a user