From: Ross Burton Date: Tue, 16 Jan 2018 13:25:16 +0000 (+0000) Subject: piglit: override install target name instead of do_install X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fec5ef920bd63fe3cc2e623add0c7aead95ecae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 9471bd08c43..06c5021eb76 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 \