summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-04 11:29:31 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-06 12:45:47 +0100
commitac5479a3a33dc8f0eca5045a5550d7a7b08cbc56 (patch)
tree96fc88512ad3de3fa82632258e3f980a042b44ea /meta/recipes-core/glibc
parent182267b3052de9539bd0a72ffdfc41e54ed3b298 (diff)
downloadopenembedded-core-contrib-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/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-testsuite_2.30.bb2
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 () {
}
addtask do_check after do_compile
+inherit nopackages
+deltask do_stash_locale