diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 5c013ef94f..f468120f80 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -45,4 +45,7 @@ do_install() { FILES_${PN}-dbg += "${libdir}/piglit/*/.debug/" -RDEPENDS_${PN} = "python waffle python-json python-subprocess python-multiprocessing python-textutils python-netserver python-shell mesa-demos" +RDEPENDS_${PN} = "python waffle python-json python-subprocess \ + python-multiprocessing python-textutils python-netserver python-shell \ + mesa-demos bash \ + " |