From: Richard Purdie Date: Wed, 4 Sep 2019 10:29:31 +0000 (+0100) Subject: binutils/glibc-testsuite: inherit nopackages to fix world builds X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac5479a3a33dc8f0eca5045a5550d7a7b08cbc56;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb index 88764d9e2ba..64fa8d87df4 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 diff --git a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb b/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb index e62e64e8ae3..07a8e7c4177 100644 --- a/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb +++ b/meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb @@ -9,6 +9,8 @@ DEPENDS += "binutils-native" deltask do_compile deltask do_install +inherit nopackages + do_configure[dirs] += "${B}/ld ${B}/bfd" do_configure() { # create config.h, oe enables initfini-array by default