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 | |
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')
-rw-r--r-- | meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-cross-testsuite_2.32.bb | 2 |
2 files changed, 4 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 | ||
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 e62e64e8ae..07a8e7c417 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" | |||
9 | deltask do_compile | 9 | deltask do_compile |
10 | deltask do_install | 10 | deltask do_install |
11 | 11 | ||
12 | inherit nopackages | ||
13 | |||
12 | do_configure[dirs] += "${B}/ld ${B}/bfd" | 14 | do_configure[dirs] += "${B}/ld ${B}/bfd" |
13 | do_configure() { | 15 | do_configure() { |
14 | # create config.h, oe enables initfini-array by default | 16 | # create config.h, oe enables initfini-array by default |