diff options
author | Ross Burton <ross.burton@intel.com> | 2016-02-10 13:56:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:25 +0000 |
commit | 4403b8693bd8b01e966dc5cb239a7266a9707388 (patch) | |
tree | 64fe73a1c7e32639e697b6261b09a19619d696d3 /meta/recipes-graphics | |
parent | a415253fa234212e82cf4ad230faf5f6af005403 (diff) | |
download | openembedded-core-4403b8693bd8b01e966dc5cb239a7266a9707388.tar.gz openembedded-core-4403b8693bd8b01e966dc5cb239a7266a9707388.tar.bz2 openembedded-core-4403b8693bd8b01e966dc5cb239a7266a9707388.zip |
piglit: add missing dependency on python-xml
Piglit uses ElementTree so ensure that python-xml is a dependency.
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.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 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 \ " |