diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-07 11:08:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-08 14:58:28 +0100 |
commit | 287745a09d0fab611137f708cb62c8e1e55b654f (patch) | |
tree | 673a35e3a064c9a53bb69323f507e51ac078d327 | |
parent | a16d7d2ec63f911657330dd1df9c8cb069bbd5ee (diff) | |
download | poky-287745a09d0fab611137f708cb62c8e1e55b654f.tar.gz |
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: f7de32dfcc2e6b1872fbd5ea61dcba944d5553a8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/glibc/glibc-testsuite_2.33.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
61 | inherit nopackages | 61 | inherit nopackages |
62 | deltask do_stash_locale | 62 | deltask do_stash_locale |
63 | deltask do_install | 63 | deltask do_install |
64 | deltask do_populate_sysroot | ||