diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-04 11:29:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-06 12:45:47 +0100 |
commit | ac5479a3a33dc8f0eca5045a5550d7a7b08cbc56 (patch) | |
tree | 96fc88512ad3de3fa82632258e3f980a042b44ea /meta/recipes-core | |
parent | 182267b3052de9539bd0a72ffdfc41e54ed3b298 (diff) | |
download | poky-ac5479a3a33dc8f0eca5045a5550d7a7b08cbc56.tar.gz |
binutils/glibc-testsuite: inherit nopackages to fix world builds
These recipes don't need to generate packages but did contain the packaging tasks which
would be triggered by a world build. They showed warnings or errors. Simplest fix
is to remove the unneeded tasks with the nopackages class.
Also don't attempt stash_locales task
(From OE-Core rev: a34420e1bdb9a695fe7abd3b26426d7ae6113349)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb index 88764d9e2b..64fa8d87df 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb | |||
@@ -49,3 +49,5 @@ do_check () { | |||
49 | } | 49 | } |
50 | addtask do_check after do_compile | 50 | addtask do_check after do_compile |
51 | 51 | ||
52 | inherit nopackages | ||
53 | deltask do_stash_locale | ||