From 2f342edcf259b46d23944a4390962cc24bf6ffad Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Jul 2021 11:08:41 +0100 Subject: 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. (From OE-Core rev: eccfb470229164a106a32126db53dcf155af2569) Signed-off-by: Richard Purdie (cherry picked from commit f7de32dfcc2e6b1872fbd5ea61dcba944d5553a8) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-testsuite_2.33.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 -- cgit v1.2.3-54-g00ecf