[oe-commits] [openembedded-core] 02/10: glibc-testsuite: Exclude this recipe from world builds

git at git.openembedded.org git at git.openembedded.org
Fri Feb 14 18:06:36 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 06ae4207f59ef4147ec3bb9e7f0fab0a99829273
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Fri Feb 14 05:59:43 2020 +0000

    glibc-testsuite: Exclude this recipe from world builds
    
    This recipe is intended to be run manually or via oeqa.
    
    [YOCTO #13737]
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/glibc/glibc-testsuite_2.31.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.31.bb b/meta/recipes-core/glibc/glibc-testsuite_2.31.bb
index c44f30b..d887aef 100644
--- a/meta/recipes-core/glibc/glibc-testsuite_2.31.bb
+++ b/meta/recipes-core/glibc/glibc-testsuite_2.31.bb
@@ -1,5 +1,7 @@
 require glibc_${PV}.bb
 
+EXCLUDE_FROM_WORLD = "1"
+
 # handle PN differences
 FILESEXTRAPATHS_prepend := "${THISDIR}/glibc:"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list