[oe-commits] [openembedded-core] 01/22: glibc-testsuite: Remove the do_install task

git at git.openembedded.org git at git.openembedded.org
Sat Mar 7 10:57:16 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch zeus
in repository openembedded-core.

commit a02934484605e5f81e67798d4d8eeb24e70591e6
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Feb 14 05:59:43 2020 +0000

    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 <nathan at nathanrossi.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    (cherry picked from commit 2b51252cb8bd9badfa28794f9ef9431b48752e3d)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
index 657fd4d..c44f30b 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list