From 4403b8693bd8b01e966dc5cb239a7266a9707388 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 10 Feb 2016 13:56:54 +0000 Subject: piglit: add missing dependency on python-xml Piglit uses ElementTree so ensure that python-xml is a dependency. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/piglit/piglit_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 4858652200..82912fdae4 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -35,7 +35,7 @@ do_configure_prepend() { } RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \ - python-argparse python-importlib python-unixadmin \ + python-argparse python-importlib python-unixadmin python-xml \ python-multiprocessing python-textutils python-netserver python-shell \ mesa-demos bash \ " -- cgit 1.2.3-korg