summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-11-30 14:29:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-01 11:37:49 +0000
commit0f5c8ce010a296904f767f38e262eef251417c4e (patch)
tree9fc0fe5f9f12a66a0ed5501d3e3f2108037e7919 /meta/recipes-graphics
parent5556b5ca9efac132754bd82af52a0f68bc4ce85a (diff)
downloadopenembedded-core-0f5c8ce010a296904f767f38e262eef251417c4e.tar.gz
piglit: add missing waffle-bin dependency
The sanity test uses wflinfo, so depend on waffle-bin. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb
index 9e45751648..1f7c6f9606 100644
--- a/meta/recipes-graphics/piglit/piglit_git.bb
+++ b/meta/recipes-graphics/piglit/piglit_git.bb
@@ -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 \