mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
piglit: add missing waffle-bin dependency
The sanity test uses wflinfo, so depend on waffle-bin. (From OE-Core rev: 0f5c8ce010a296904f767f38e262eef251417c4e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
22fe4e27ec
commit
9f33f5f265
@@ -43,7 +43,7 @@ do_configure_prepend() {
|
||||
|
||||
OECMAKE_TARGET_INSTALL = "install/strip"
|
||||
|
||||
RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \
|
||||
RDEPENDS_${PN} = "waffle waffle-bin python3 python3-mako python3-json \
|
||||
python3-misc \
|
||||
python3-unixadmin python3-xml python3-multiprocessing \
|
||||
python3-six python3-shell python3-io \
|
||||
|
||||
Reference in New Issue
Block a user