diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/piglit/piglit_git.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 9471bd08c4..06c5021eb7 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb | |||
@@ -41,9 +41,7 @@ do_configure_prepend() { | |||
41 | fi | 41 | fi |
42 | } | 42 | } |
43 | 43 | ||
44 | do_install() { | 44 | OECMAKE_TARGET_INSTALL = "install/strip" |
45 | oe_runmake -C ${B} 'DESTDIR=${D}' install/strip | ||
46 | } | ||
47 | 45 | ||
48 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ | 46 | RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \ |
49 | python3-subprocess python3-misc python3-importlib \ | 47 | python3-subprocess python3-misc python3-importlib \ |