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

git at git.openembedded.org git at git.openembedded.org
Sat Mar 7 10:57:17 UTC 2020


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

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

commit 2b3235f10bb1759d651d28b41825ad53192c841a
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>
    (cherry picked from commit eadbe01bb8232de79e0827e6c6b3411f69ea7303)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/glibc/glibc-testsuite_2.30.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.30.bb b/meta/recipes-core/glibc/glibc-testsuite_2.30.bb
index c44f30b..d887aef 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 @@
 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