]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc-testsuite: Fix build failures when directly running recipe
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Jul 2021 10:08:41 +0000 (11:08 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Tue, 13 Jul 2021 06:08:37 +0000 (14:08 +0800)
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 <richard.purdie@linuxfoundation.org>
(cherry picked from commit f7de32dfcc2e6b1872fbd5ea61dcba944d5553a8)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-core/glibc/glibc-testsuite_2.33.bb

index d887aeff79a81ffd4a74d327201ca009ff626be4..659d3132fa66723c482b24a2694db37f19f662db 100644 (file)
@@ -61,3 +61,4 @@ addtask do_check after do_compile
 inherit nopackages
 deltask do_stash_locale
 deltask do_install
+deltask do_populate_sysroot