From: Nathan Rossi Date: Fri, 14 Feb 2020 05:59:43 +0000 (+0000) Subject: glibc-testsuite: Remove the do_install task X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a02934484605e5f81e67798d4d8eeb24e70591e6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glibc-testsuite: Remove the do_install task This task is not intended to be run as this recipe does not produce any packages or install any sysroot content. Additionally running this task behaves differently from a normal glibc build, and can result in issues. [YOCTO #13737] Signed-off-by: Nathan Rossi Signed-off-by: Richard Purdie (cherry picked from commit 2b51252cb8bd9badfa28794f9ef9431b48752e3d) Signed-off-by: Armin Kuster --- diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb index 657fd4dbc1b..c44f30bf1c9 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb @@ -58,3 +58,4 @@ addtask do_check after do_compile inherit nopackages deltask do_stash_locale +deltask do_install