aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/piglit/piglit_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-01-16 13:25:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-17 16:32:41 +0000
commit9fec5ef920bd63fe3cc2e623add0c7aead95ecae (patch)
treec4ff78921150c3d81f094676294a2574503ad6ae /meta/recipes-graphics/piglit/piglit_git.bb
parent806765ec466597d38231d4be303cb48c26e21466 (diff)
downloadopenembedded-core-contrib-9fec5ef920bd63fe3cc2e623add0c7aead95ecae.tar.gz
piglit: override install target name instead of do_install
Simply override the install target, instead of reimplementing do_install. Apart from being neater, this also stops the recipe expecting that cmake is using the Make backend. 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/piglit_git.bb')
-rw-r--r--meta/recipes-graphics/piglit/piglit_git.bb4
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() {
fi
}
-do_install() {
- oe_runmake -C ${B} 'DESTDIR=${D}' install/strip
-}
+OECMAKE_TARGET_INSTALL = "install/strip"
RDEPENDS_${PN} = "waffle python3 python3-mako python3-json \
python3-subprocess python3-misc python3-importlib \