summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc.inc
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2019-12-02 05:59:23 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-05 20:35:27 +0000
commit6d6fb46631d7d551cc2de48b51172cfcf36e8dd3 (patch)
treecacf61c5760f5455e5251484207983b2649612c5 /meta/recipes-core/glibc/glibc.inc
parent1a6801c4d0850e9f1b6d993f1d6a2492f5bbea85 (diff)
downloadopenembedded-core-contrib-6d6fb46631d7d551cc2de48b51172cfcf36e8dd3.tar.gz
glibc-testing.inc: Remove testglibc script generation
Remove the generation of the testglibc script which could be used to run the glibc test suite with a remote target. The same functionality can now be achieved with the 'do_check' task of glibc-testsuite or with oe-selftest (for automation of execution against qemu-user/qemu-system targets). Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc.inc')
-rw-r--r--meta/recipes-core/glibc/glibc.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index ea9a04ac73..58d2ba7bc4 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -1,6 +1,5 @@
require glibc-common.inc
require glibc-ld.inc
-require glibc-testing.inc
DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers"