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-06 14:41:28 +0000
commit4366ff922ac637b2f523cd73d9cb99b30f67a873 (patch)
treef75b1e0495446fb8c7f89daef8083e30be9fdb4d /meta/recipes-core/glibc/glibc.inc
parent4e166a5a1ff212b182a4212ffb01b3a97fdfa809 (diff)
downloadpoky-4366ff922ac637b2f523cd73d9cb99b30f67a873.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). (From OE-Core rev: 6d6fb46631d7d551cc2de48b51172cfcf36e8dd3) 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 @@
1require glibc-common.inc 1require glibc-common.inc
2require glibc-ld.inc 2require glibc-ld.inc
3require glibc-testing.inc
4 3
5DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers" 4DEPENDS = "virtual/${TARGET_PREFIX}gcc libgcc-initial linux-libc-headers"
6 5