diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2016-08-23 16:13:37 -0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:03:45 +0100 |
commit | f5ccefd7354644c5fff5a090c9cd3b42562bd0e4 (patch) | |
tree | 62a3c494eb0265ea0f82df9b30e2871b68953ac1 /meta/recipes-graphics | |
parent | 07ebdbebdf3f744f4df80ebc4b0d78f9609220e8 (diff) | |
download | poky-f5ccefd7354644c5fff5a090c9cd3b42562bd0e4.tar.gz |
piglit: Add python3-argparse module to RDEPENDS
Python module argparse was removed from python3-misc package, so we
need to add new python3-argparse package to RDEPENDS.
(From OE-Core rev: 4fafb32d0544c1babe4ac4f68cadd056aadd6c82)
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index df90c4da02..b2ca55322f 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -46,7 +46,8 @@ do_install() { | |||
46 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ | 46 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ |
47 | python3-subprocess python3-misc python3-importlib \ | 47 | python3-subprocess python3-misc python3-importlib \ |
48 | python3-unixadmin python3-xml python3-multiprocessing \ | 48 | python3-unixadmin python3-xml python3-multiprocessing \ |
49 | python3-six python3-shell python3-io mesa-demos bash \ | 49 | python3-six python3-shell python3-io python3-argparse \ |
50 | mesa-demos bash \ | ||
50 | " | 51 | " |
51 | 52 | ||
52 | INSANE_SKIP_${PN} += "dev-so already-stripped" | 53 | INSANE_SKIP_${PN} += "dev-so already-stripped" |