[OE-core] [PATCH] piglit: add missing waffle-bin dependency

Ross Burton ross.burton at intel.com
Fri Nov 30 14:29:23 UTC 2018


The sanity test uses wflinfo, so depend on waffle-bin.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/piglit/piglit_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 00e830d5796..622e0462b36 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -44,7 +44,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 \
-- 
2.11.0



More information about the Openembedded-core mailing list