mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
3b82b10eec
commit
a8b2cdc20e
|
|
@ -20,6 +20,8 @@ RDEPENDS:${PN} = "python3-pygobject \
|
|||
python3-io \
|
||||
python3-logging"
|
||||
|
||||
RDEPENDS:${PN}-ptests = "bash"
|
||||
|
||||
do_install_ptest() {
|
||||
install -d ${D}${PTEST_PATH}/tests
|
||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user