]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc-testsuite: Remove the do_install task
authorNathan Rossi <nathan@nathanrossi.com>
Fri, 14 Feb 2020 05:59:43 +0000 (05:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 15 Feb 2020 10:22:05 +0000 (10:22 +0000)
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@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc-testsuite_2.31.bb

index 657fd4dbc1b176e0bd41c150ab731957b2b34fb0..c44f30bf1c9af1ca203aa8662fcb65256b460bd2 100644 (file)
@@ -58,3 +58,4 @@ addtask do_check after do_compile
 
 inherit nopackages
 deltask do_stash_locale
+deltask do_install