From: Ross Burton Date: Wed, 10 Feb 2016 13:56:54 +0000 (+0000) Subject: piglit: add missing dependency on python-xml X-Git-Tag: 2016-4~992 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4403b8693bd8b01e966dc5cb239a7266a9707388;p=openembedded-core.git 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 --- 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 \ "