diff options
author | Ross Burton <ross.burton@intel.com> | 2018-11-30 14:29:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:43 +0000 |
commit | 14c767243bbaa05930415dff65c3771a1358ce74 (patch) | |
tree | 6904cd04abfb6c8fdb4a5118c90aed440e4c973c /meta/recipes-graphics/piglit/piglit_git.bb | |
parent | c8e72df9f1f6444ad75b44bb3fafa3eaee262f87 (diff) | |
download | poky-14c767243bbaa05930415dff65c3771a1358ce74.tar.gz |
piglit: add missing waffle-bin dependency
The sanity test uses wflinfo, so depend on waffle-bin.
(From OE-Core rev: 0f5c8ce010a296904f767f38e262eef251417c4e)
(From OE-Core rev: 75e8193ae708e5dba9888e098c05c6435a77cc2e)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit/piglit_git.bb')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 2 |
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() { | |||
43 | 43 | ||
44 | OECMAKE_TARGET_INSTALL = "install/strip" | 44 | OECMAKE_TARGET_INSTALL = "install/strip" |
45 | 45 | ||
46 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ | 46 | RDEPENDS_${PN} = "waffle waffle-bin python3 python3-mako python3-json \ |
47 | python3-misc \ | 47 | python3-misc \ |
48 | python3-unixadmin python3-xml python3-multiprocessing \ | 48 | python3-unixadmin python3-xml python3-multiprocessing \ |
49 | python3-six python3-shell python3-io \ | 49 | python3-six python3-shell python3-io \ |