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:45 +0000 |
commit | 5ac4172e118b98c225c6acbf4d7810107bd70925 (patch) | |
tree | e59d4c18ec3f9329ac633faa2607edf8e8b9c5af /meta/recipes-graphics/piglit | |
parent | 4d3ca424214d7646329f022f3579f02cca17c70b (diff) | |
download | poky-5ac4172e118b98c225c6acbf4d7810107bd70925.tar.gz |
piglit: add missing dependency on python-xml
Piglit uses ElementTree so ensure that python-xml is a dependency.
(From OE-Core rev: 4403b8693bd8b01e966dc5cb239a7266a9707388)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/piglit')
-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() { | |||
35 | } | 35 | } |
36 | 36 | ||
37 | RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \ | 37 | RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \ |
38 | python-argparse python-importlib python-unixadmin \ | 38 | python-argparse python-importlib python-unixadmin python-xml \ |
39 | python-multiprocessing python-textutils python-netserver python-shell \ | 39 | python-multiprocessing python-textutils python-netserver python-shell \ |
40 | mesa-demos bash \ | 40 | mesa-demos bash \ |
41 | " | 41 | " |