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>
This commit is contained in:
Richard Purdie
2019-09-04 11:29:31 +01:00
parent 182267b305
commit ac5479a3a3
2 changed files with 4 additions and 0 deletions

View File

@@ -49,3 +49,5 @@ do_check () {
}
addtask do_check after do_compile
inherit nopackages
deltask do_stash_locale

View File

@@ -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