summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2020-02-14 05:59:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-07 10:56:44 +0000
commitceda1b23f2210d736173acbef65302eb40f0c9ad (patch)
treec86cfc94908f89fb6bb5e28ed384a0a4f222f421 /meta/recipes-core
parent6543299fa68b3d270c86da9c81275506e9428e31 (diff)
downloadpoky-ceda1b23f2210d736173acbef65302eb40f0c9ad.tar.gz
glibc-testsuite: Exclude this recipe from world builds
This recipe is intended to be run manually or via oeqa. [YOCTO #13737] (From OE-Core rev: 2b3235f10bb1759d651d28b41825ad53192c841a) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit eadbe01bb8232de79e0827e6c6b3411f69ea7303) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/glibc/glibc-testsuite_2.30.bb2
1 files changed, 2 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 c44f30bf1c..d887aeff79 100644
--- a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
+++ b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
@@ -1,5 +1,7 @@
1require glibc_${PV}.bb 1require glibc_${PV}.bb
2 2
3EXCLUDE_FROM_WORLD = "1"
4
3# handle PN differences 5# handle PN differences
4FILESEXTRAPATHS_prepend := "${THISDIR}/glibc:" 6FILESEXTRAPATHS_prepend := "${THISDIR}/glibc:"
5 7