From: Richard Purdie Date: Wed, 7 Jul 2021 10:08:41 +0000 (+0100) Subject: glibc-testsuite: Fix build failures when directly running recipe X-Git-Tag: yocto-3.3.2~12 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=eccfb470229164a106a32126db53dcf155af2569;p=openembedded-core.git glibc-testsuite: Fix build failures when directly running recipe If you try and run the glibc-testsuite's build task, you see failures as do_populate_sysroot can't work. We don't have a do_install, get rid of do_populate_sysroot as well. The recipe is not included in world builds by default which is why we don't see the issue more widely. Signed-off-by: Richard Purdie (cherry picked from commit f7de32dfcc2e6b1872fbd5ea61dcba944d5553a8) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.33.bb b/meta/recipes-core/glibc/glibc-testsuite_2.33.bb index d887aeff79..659d3132fa 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.33.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.33.bb @@ -61,3 +61,4 @@ addtask do_check after do_compile inherit nopackages deltask do_stash_locale deltask do_install +deltask do_populate_sysroot