summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-02-14 05:59:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-07 10:56:44 +0000
commit6543299fa68b3d270c86da9c81275506e9428e31 (patch)
tree23a0ae00429eeffadee3896d9352490c4049d3f8 /meta/recipes-core
parent7f5914015b613c9b66960b79f802917f8829aff4 (diff)
downloadpoky-6543299fa68b3d270c86da9c81275506e9428e31.tar.gz
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] (From OE-Core rev: a02934484605e5f81e67798d4d8eeb24e70591e6) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 2b51252cb8bd9badfa28794f9ef9431b48752e3d) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glibc/glibc-testsuite_2.30.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
index 657fd4dbc1..c44f30bf1c 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
58 58
59inherit nopackages 59inherit nopackages
60deltask do_stash_locale 60deltask do_stash_locale
61deltask do_install