summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-10 13:56:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 12:27:45 +0000
commit5ac4172e118b98c225c6acbf4d7810107bd70925 (patch)
treee59d4c18ec3f9329ac633faa2607edf8e8b9c5af /meta/recipes-graphics
parent4d3ca424214d7646329f022f3579f02cca17c70b (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb2
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
37RDEPENDS_${PN} = "waffle python python-mako python-json python-subprocess \ 37RDEPENDS_${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 "