[oe-commits] [openembedded-core] 04/09: binutils/glibc-testsuite: inherit nopackages to fix world builds

git at git.openembedded.org git at git.openembedded.org
Wed Sep 4 20:18:37 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3fafbed37b350b0bddcb8fb264b5453cb3a59a41
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Sep 4 11:29:31 2019 +0100

    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.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc-testsuite_2.30.bb                 | 1 +
 meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
index 88764d9..8ceb59c 100644
--- a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
+++ b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
@@ -49,3 +49,4 @@ do_check () {
 }
 addtask do_check after do_compile
 
+inherit nopackages
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 e62e64e..07a8e7c 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list