diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2020-02-14 05:59:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-15 10:22:05 +0000 |
commit | 2b51252cb8bd9badfa28794f9ef9431b48752e3d (patch) | |
tree | 794f9cec011e7eb80324cb1056cd65a481b2993f /meta/recipes-core/glibc | |
parent | 2de44715a15880bb4a9f78e7ff5814b75938b27c (diff) | |
download | openembedded-core-contrib-2b51252cb8bd9badfa28794f9ef9431b48752e3d.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]
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r-- | meta/recipes-core/glibc/glibc-testsuite_2.31.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.31.bb b/meta/recipes-core/glibc/glibc-testsuite_2.31.bb index 657fd4dbc1b..c44f30bf1c9 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.31.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.31.bb @@ -58,3 +58,4 @@ addtask do_check after do_compile inherit nopackages deltask do_stash_locale +deltask do_install |