From: Ross Burton Date: Fri, 30 Nov 2018 14:29:23 +0000 (+0000) Subject: piglit: add missing waffle-bin dependency X-Git-Tag: uninative-2.4~967 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0f5c8ce010a296904f767f38e262eef251417c4e;p=openembedded-core.git piglit: add missing waffle-bin dependency The sanity test uses wflinfo, so depend on waffle-bin. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 \